Hello,
I am trying to calculate the sum of numbers in Matrix but it is not showing correct values.
When I select department values then It is showing wrong values.
Below is my PBIX file. I want to calculate the SUM of FTE values as per department.
Solved! Go to Solution.
If you want the sum of FTE in the total, try replace the maxx to sumx.
If you want the sum of FTE in the total, try replace the maxx to sumx.
@paragchapre1 , Try the measure like
Total FTE = SUMx(SUMMARIZE(Sickness,Sickness[Department],Sickness[Name],"_1",if(HASONEVALUE(Sickness[PersonnelNumber]),SUM(Sickness[FTE]),MAXX(SUMMARIZE(VALUES(Sickness[PersonnelNumber]),Sickness[PersonnelNumber],"ABCD",SUM(Sickness[FTE])),[ABCD]))),[_1])
Proud to be a Super User!
Check out new user group experience and if you are a leader please create your group
100+ sessions, 100+ speakers, Product managers, MVPs, and experts. All about Power BI. Attend online or watch the recordings.
User | Count |
---|---|
429 | |
180 | |
101 | |
86 | |
60 |
User | Count |
---|---|
446 | |
195 | |
142 | |
109 | |
86 |