Forum Discussion
card for matrix visual
- Anonymous2 years ago
Hi anglefbi11 ,
You can change the measure to something like this:Total ppercentage of alert = VAR a = CALCULATE( SUM('Table'[Alert]), ALL('Table') ) RETURN SUM('Table'[Alert])/aPut in matrix and a card
Best regards,
Albert HeIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly
hi
thank you for your reply. no this is not my issue.
my issue that i need to insert a card visual which will show the total of %
if you can see the blue card visual is working fine because the data is there in my excel data. but when i try to choose insert card visual for % nothing is showing because the % i created it based on the row total and there is no data in my original data set
Hi anglefbi11 ,
You can change the measure to something like this:
Total ppercentage of alert =
VAR a =
CALCULATE(
SUM('Table'[Alert]),
ALL('Table')
)
RETURN
SUM('Table'[Alert])/a
Put in matrix and a card
Best regards,
Albert He
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
- anglefbi112 years agoHelper I
godbless you brother
i dont know how to thank you. thank you for your attached file and for your kind responses
thank you veeeeeeeeeery much you solved my issue