Forum Discussion
Please Help! :)
- 4 years ago
So if you want to do it explicitly in a measure you'd do something like:
Person A Total =
CALCULATE (
[Total Spend],
Table[PersonName] = "Person A"
)
However it would be far easier to just use the total spend measure in each card and set a visual level filter (pane on right hand side) direct to it. You can lock it and hide it so end user can't change it.
- 4 years ago
Thank you sooo much for the speedy response, this was very helpful! 🙂
If I run into any issues I will reach back out.
Have a great week!
So if you want to do it explicitly in a measure you'd do something like:
Person A Total =
CALCULATE (
[Total Spend],
Table[PersonName] = "Person A"
)
However it would be far easier to just use the total spend measure in each card and set a visual level filter (pane on right hand side) direct to it. You can lock it and hide it so end user can't change it.