Forum Discussion
Nun
Resolver I
4 years agoDynamic 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(...
- Anonymous4 years ago
Hi Nun ,
You could use CONCATENATEX() function.
Measure = CONCATENATEX('Slicer','Slicer'[Column1],"-")Best Regards,
Jay
Shreeram04
Resolver III
4 years ago- Nun4 years ago
Resolver 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!