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