Forum Discussion
Jtischler
Helper I
3 years agoCard Value not changing based on slicer selection
Hoping amitchandak may be able to help! I have a card that should reflect a unique count of users in table Facts1. I have a bridgetable 'Region' with 1 to many to Facts1 and Facts 2. Facts2 rel...
Anonymous
3 years agoNot applicable
Hi Jtischler ,
You can create a measure as below and put this new measure onto the visual to replace the measure [SelRegion] onto the card visual. Please find the details in the attachment.
Measure = SUMX ( VALUES ( 'New Dashboard'[User unique ID] ), [SelRegion] )
Best Regards