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.
I'm new to Power Bi so bare with me as I try to explain my issue....
My dashboard deals with survey data. I have positive, negative, and neutral scores for 88 questions. I have created a Measure to calculate my Yearly Delta for each question so I can see if it's improved or declined from 2022 to 2023.
I now want to create another measure to add to a card to show the Number of Questions that improved 5% or more. Here's what I've tried (among several others), but the answer isn't correct. It's giving me 88 as the answer. It should be 2.
Hi @Anonymous
Based on your needs, I have created the following table.
You can use the following dax to get the result you want:
Measure = CALCULATE(COUNTROWS('EVS'),FILTER('EVS','EVS'[Yrly Delta]>=0.05))
Best Regards,
Jayleny
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
My table is laid out like this below so that I can have slicers for year & org code. Do you recommend changing how my table is laid out to accomplish my goal?
Hi @Anonymous
If it achieves your goals, it's worthwhile to make the appropriate changes to your table layout.
Best Regards,
Jayleny
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
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.