Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
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.