The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance 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.