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.
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!