Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
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.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 82 | |
| 48 | |
| 36 | |
| 31 | |
| 29 |