The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hello,
I have a table
Month City
Jan "Paris"
Feb "Madrid"
Mar "Berlin"
Apr "Zurich"
Now I created a dynamic text with switch formula:
Solved! Go to Solution.
Hi @Nun ,
You could use CONCATENATEX() function.
Measure = CONCATENATEX('Slicer','Slicer'[Column1],"-")
Best Regards,
Jay
Hi @Nun ,
You could use CONCATENATEX() function.
Measure = CONCATENATEX('Slicer','Slicer'[Column1],"-")
Best Regards,
Jay
Thanks Jay, I solved the issue creating a measure with
Hi @Shreeram04 , thanks for your quick reply. I tested it, unfortunately the concatenated list of values doesn't fully satisfy my need.
Thank you!