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.
Hi Anonymous,
Firstly, as I know, there is subtotal value for matrix in Power BI.
Based on your formula, it seems that you have two tables at least.
I'm a little confused about your scenario. If it is convenient, please share your data sample and your desired output so that we could help further on it.
Best Regards,
Cherry