Forum Discussion
Measure wrong total in Matrix Visual
- 6 years ago
Gotcha
check this out, here is the solution
Hope this will help
- Anonymous6 years ago
Hi venkatasuresh_g ,
You can create another measure based on the measure "Target_Mes" to get total value and put the new measure on the visual to replace the original measure "Target_Mes":
NTarget_Mes = SUMX(VALUES(D_Date[MonthYear]),[Target_Mes])Best Regards
Rena
yes it is clear and i just edited my previous reply.
let me know if it is clear for you!
Thanks
Hi Aj,
Thanks for your time.
Even when I use month year from Target table I am not getting the results as expected , Total for Target row is still 81 , I was expecting 47 as I am showing only JAN and FEB month data . When I use Month from Target table it is showing Taregt for MAR as well in the table , which I don't want as I don't have actuals for MAR.
My problem with is just with total column rest all good.
Thanks
Suresh
- Anonymous6 years agoNot applicable
Hi venkatasuresh_g ,
You can create another measure based on the measure "Target_Mes" to get total value and put the new measure on the visual to replace the original measure "Target_Mes":
NTarget_Mes = SUMX(VALUES(D_Date[MonthYear]),[Target_Mes])Best Regards
Rena
- venkatasuresh_g6 years agoHelper IV
Thanks Aj and Rena
I created measure using solution from other thread Aj suggested . Thank you both
Suresh
- aj19736 years agoCommunity Champion
Gotcha
check this out, here is the solution
Hope this will help