Forum Discussion
Nun
4 years agoResolver I
Dynamic text with the switch formula
Hello, I have a table Month City Jan "Paris" Feb "Madrid" Mar "Berlin" Apr "Zurich" Now I created a dynamic text with switch formula: SWITCH(TRUE(), VALUES(...
- Anonymous3 years ago
Hi Nun ,
You could use CONCATENATEX() function.
Measure = CONCATENATEX('Slicer','Slicer'[Column1],"-")Best Regards,
Jay
Shreeram04
4 years agoResolver III
- Nun4 years agoResolver I
Hi Shreeram04 , thanks for your quick reply. I tested it, unfortunately the concatenated list of values doesn't fully satisfy my need.
Thank you!