Forum Discussion
mbs2016
6 years agoHelper I
Greater than / Less than equal to
How do I create a function or querey to show me only data where Value A is less than or equal to Value B? Example: Show items where "Received Quantity" is less than "Ordered Quantity".
Nathaniel_C
6 years agoCommunity Champion
IF(Received Quantity < Ordered Quantity, Received Quantity)
mbs2016
6 years agoHelper I
- Nathaniel_C6 years agoCommunity Champion
Hi mbs2016 ,
Are these columns that you are comparing, you did not specify or a measure? And where is this, power query, power bi?
Thanks, If this solves your issues, please mark it as the solution, so that others can find it easily. Kudos are nice too.
Nathaniel