Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
mbs2016
Helper I
Helper 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".

5 REPLIES 5
Nathaniel_C
Community Champion
Community Champion

Hi @mbs2016 , 

So in your screen shot, it looks like you are on a dashboard in Power BI. Yes? Do you have measures with the names that you mentioned, already? Or are these column names?

 

If this solves your issues, please mark it as the solution, so that others can find it easily. Kudos are nice too.
Nathaniel





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




Nathaniel_C
Community Champion
Community Champion

IF(Received Quantity < Ordered Quantity, Received Quantity)





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




2019-09-18 15_26_25-Open_PO_Draft1 - Power BI Desktop.png

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





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




This solution did not seem to work.

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors