Forum Discussion
Anonymous
3 years agoNot applicable
Convert a table into a card
Basically I need to get the total of a table and present it as a card visual. The idea is that I have been given a power BI with multiple visual tables on it and I want to get ALL the Tota...
Shaurya
3 years agoMemorable Member
Hi Anonymous,
From what I understand, you want something like this:
I was able to create this using a simple count measure:
Count of ProductName = COUNT('Product'[ProductName])
Let me know if this solves your problem or if there are any other scenarios involved in your use case.
Hope that helps!