Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
How to determine and return the column values associated with the row(s) a user has highlighted in the Table Visual using DAX ?
Solved! Go to Solution.
Try something like:
Measure = CONCATENATEX(VALUES(Table8[Country]),[Country],", ")
Display it in a Card visual.
Try something like:
Measure = CONCATENATEX(VALUES(Table8[Country]),[Country],", ")
Display it in a Card visual.
User | Count |
---|---|
76 | |
74 | |
45 | |
31 | |
27 |
User | Count |
---|---|
99 | |
91 | |
51 | |
48 | |
47 |