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.
Hello,
I'm having trouble understanding why my filter expression is not working. The syntax bellow uses a calculated measure named LOST, as well as the subsequent measures that I'm using.
I have in total 92 unique costumer names in the dataset and I'm trying to count only the clients with the value "lost" in the column (calculated measure) Lost. But the formula keeps returning all 92 costumers. Can someboy help me understand what am doing wrong?
if you want use only one measure then use FILTER inside your CALCULATE
You need to create Lost like a calculated column in you case
Sorry, forgot to mention that the [inactive] measure was also a calculated measure and not a calculated column.
Same for AVG order per Month.
So since all those measures are not calcualted column, I don't think your suggestion would work.