Skip to content
Home » POWER BI » Power Query Editor

Power Query Editor

The Power Query Editor in Power BI is used to transform or edit data files before they are actually loaded into the Power BI

Error handling in Power Query

Power Query is a very powerful tool. It has many inbuilt functions that helps you in data transformation and data preparation. Error Handling allows you… Read More »Error handling in Power Query

 625 total views,  23 views today

Handle NULL values in Power Query

This article demonstrate how to handle NULL values in data. Having null values in data may impact calculations and produce wrong result. As you can… Read More »Handle NULL values in Power Query

 340 total views,  2 views today

Remove matching rows using Power Query

Removing the matching rows or occurrence of specified rows from the table using Power query is very easy as Power Query provides in-built function named… Read More »Remove matching rows using Power Query

 656 total views,  4 views today

IN operator in Power Query M code

You can check multiple values in any list using IN operator in Power Query. Lets say, you have a requirement to check for specific categories… Read More »IN operator in Power Query M code

 1,416 total views,  1 views today

Conditional Column in Power BI

A conditional column is a column that is generated based on a condition imposed on an existing column in data model. In general, conditional column… Read More »Conditional Column in Power BI

 3,136 total views,  1 views today