Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi, I have the following problem:
I want to check if 'Not Available' value is 0 and 'Available' values is 'Sum of Materials'. Then it is true other false.
But when I use this IF conditionol, it not work right:
This give me separate rows same value:
Seems like you have 2 records with ID = 0013, try aggregating the columns before comparing
Something like:
Hi, thank you for the reply. I tried your function but it not still work. It return 'True' value to all but know rows are worked right:
Can you share the formula you are trying?