Forum Discussion
pvenkat
6 years agoFrequent Visitor
card visual - query
Is there any way I can get the displayed data on the card visual? My problem is I have two card visuals. I cannot use a multi row card as the two cards are acted upon by different slicers (some don...
Greg_Deckler
Community Champion
6 years agoJust create a measure that does the same aggregation as the Card visual. So if the card visual sums 'Table'[Column],
Measure = SUM('Table'[Column])
Measure = SUM('Table'[Column])