Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
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.
User | Count |
---|---|
66 | |
60 | |
47 | |
33 | |
32 |
User | Count |
---|---|
86 | |
75 | |
56 | |
50 | |
45 |