The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
Hello All,
I have a table like this:
Q1_, Q2_, ..., and Annual Total are measures. The row % Completed was columns added previously in the Query Editor as [Staffing Achieved]/[Planned Staffing]. When I choose all ResourceCetegories, it sums up the values, which is wrong. How to correct it? Same for the last row % Name Identified.
Thanks in advance!
Solved! Go to Solution.
Resolved. The table looks like this after updating the Q1_ measure's expression:
I am a DAX newbie. Guess the measure expression needs some modifications to conditional assign the value. How?
Hi FreemanZ, you are right. I want (A+C)/(B+D) after aggregation for those two % columns. Q1_, for example, the % Completed value should be 2/2, 100% at the end.
Here is the data for each category.
Resolved. The table looks like this after updating the Q1_ measure's expression:
User | Count |
---|---|
15 | |
12 | |
8 | |
7 | |
7 |
User | Count |
---|---|
24 | |
21 | |
12 | |
10 | |
7 |