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
Hi,
If you see the target Row in bottom Matrix table total is 81 as opposed to 47 , I displayed all the rest of the months in year as user wants to see full year always but user wants to see data only when Actual is available
Hope this is clear now
Thanks
yes it is clear and i just edited my previous reply.
let me know if it is clear for you!
Thanks
- venkatasuresh_g6 years agoHelper IV
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