Forum Discussion
anglefbi11
2 years agoHelper I
card for matrix visual
hi guys i am facing a difficulty with adding card for a matrix visual i created a matrix and the two values one of them is count of alert second is total percentge of row total when i adde...
- 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
Anonymous
2 years agoNot applicable
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
anglefbi11
2 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