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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
So the MoM column gives the percentag increase oe decrease from previous month, while the percentage class is measure that categoires the row based on the the output in MoM column. I need to create 3 cards that shows how many showed increased trend, how many shows decreased, and how many showed no change.
I tried using the percentage class as filter but the filter is greyed out for some reason
Solved! Go to Solution.
Hi,
I am not sure how your semantic model looks like, but I tried to create a sample pbix file like below.
Please check the below picture and the attached pbix file.
Hi,
This measure should work
Measure = countrows(filter(values(Data[Product]),[MoM%new]>0)
Hi,
This measure should work
Measure = countrows(filter(values(Data[Product]),[MoM%new]>0)
This worked! thanks
You are welcome.
Hi,
I am not sure how your semantic model looks like, but I tried to create a sample pbix file like below.
Please check the below picture and the attached pbix file.
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.