Forum Discussion
Anonymous
5 years agoNot applicable
Card shows multiple selections rather than just one
Hi all, I have a dashboard that has data that looks some this: Alphabet Number A 1 B 1 C 2 D 2 In my dashboard, I have a card that displays the numbers and I have ...
- 5 years ago
Hi Anonymous
Create a measure as:
Measure = CONCATENATEX( VALUES('Table'[Number]), CALCULATE( MAX('Table'[Number]), 'Table'[Alphabet] IN FILTERS('Table'[Alphabet])),"," )Here is the output:
Here is the demo, please try it: Card shows multiple selections rather than just one
Best Regards,
Link
If this post helps then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
5 years agoNot applicable
Hi distinctcount works perfectly but i am still unsure on how to get the specific number instead of single select
amitchandak
Super User
5 years agoAnonymous , just display distinctcount(Table[Alphabet]) ?
- Anonymous5 years agoNot applicable
i want to display the number not number of alphabets
- amitchandak5 years ago
Super User
Anonymous , I think I am missing something. Can you share some output display example