How to sort multiple columns in a Power BI table

In this article, we will show you how to sort multiple columns in your Power BI tables. You can sort a column in any table by clicking the column header. This will sort the column in ascending order. If you click the column header again, it will sort the column in descending order. When you … Read more

How to find and replace values greater or less than certain values in Power Query

How to find and replace values greater or less than certain values in Power Query

We will show you how to find and replace values greater or less than specified values in Power Query. You can do this easily using either the Table.ReplaceValue function or Table.TransformColumns function and combine one of these with an if statement and the <>= operators. Here is an example of a table with numbers between … Read more