If there are no 'null' values in the list, the original list is returned. Remove Columns from Tables in Power BI - Tutorial Gateway To remove empty rows/columns, the code should check for nulls, blanks, and whitespace. Unicode Characters in Renaming Measures in Visuals. SelectDate/Time Filters, and then select anequality type name of Equals, Before, After, Between, In the Next, In the Previous, Is Earliest, Is Latest, Is Not Earliest, Is Not Latest, and Custom Filter.TipYou may find it easier to use the predefined filters by selecting Year, Quarter, Month, Week, Day, Hour, Minute, and Second. In Power Query Editor, select the query of the table with the blank rows and columns. Example: You want to create a custom column for your query by creating a text string that contains the phrase "Total Sales: " concatenated with the value from the Sales column. The first thing to do is to add a step that will extract profiling information of the above table, we need to use Table.Profile function for this. Note: This formula is a query function that receives a table and removes its empty columns. As with any step-level error, we recommend that you take a close look at the error reasons, error messages, and error details provided at the cell level to understand what's causing the errors. On the Home tab, select Remove columns > Remove other columns. For example, your table has a comment row after each data row. Parsing a .json column in Power BI - Stack Overflow Share And the main benefit of this method is that then the blank . Row Filtering in Power BI and Power Query: Remove Blank Rows Vs. Remove My LinkedIn Open the Power BI report that contains a table with empty columns and rows. You can create 3 Measures for your Actual, Budget and Percentage following logic as below- sum_actual = IF ( SUM ('your_table_name' [actual]) > 0, SUM ('your_table_name' [actual]), BLANK () ) This will return BLANK when there is no value. You can then delete the columns with the previous column name values (Attribute), and rename the other one (Value) to "Delay Reason".