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!
Featured Session: Drive Data Culture with Power BI- Vision, Strategy & Roadmap. Register here https://myignite.microsoft.com #MSIgnite #PowerPlatform #Power BI
Join digitally, March 2–4, 2021 to explore new tech that's ready to implement. Experience the keynote in mixed reality through AltspaceVR!
User | Count |
---|---|
469 | |
185 | |
118 | |
62 | |
52 |
User | Count |
---|---|
442 | |
170 | |
127 | |
77 | |
74 |