Forum Discussion
Matrix columns subtotal in Matrix
- Anonymous7 years ago
guys for trying to help.
But luckily I were managed to do it by myself.
I used the DAX formula =HASONEFILTER
Formula: Measure =
[FTE SumX] + SUM('Appendtable CTC'[Amount]) -
IF(HASONEFILTER('GL Account Group'[Actual]),SUMX(SUMMARIZE(FTE,FTE[Employee],"Average1",FTE[FTE total]),[Average1]),[FTE SumX])With this HASONEFILTER in the matrix under FTE shows the right FTE hours and under total i don't sum up the FTE but only the Cost Recovery.
guys for trying to help.
But luckily I were managed to do it by myself.
I used the DAX formula =HASONEFILTER
Formula: Measure =
[FTE SumX] + SUM('Appendtable CTC'[Amount]) -
IF(HASONEFILTER('GL Account Group'[Actual]),SUMX(SUMMARIZE(FTE,FTE[Employee],"Average1",FTE[FTE total]),[Average1]),[FTE SumX])
With this HASONEFILTER in the matrix under FTE shows the right FTE hours and under total i don't sum up the FTE but only the Cost Recovery.
- v-piga-msft7 years agoResident Rockstar
Hi Anonymous,
It's glad that you have found the solution.
Please always accept the replies making sense as solution to your question so that people who may have the same question can get the solution directly.
Best Regards,
Cherry