Forum Discussion

Nun's avatar
Nun
Resolver I
3 years ago
Solved

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(...
  • Anonymous's avatar
    Anonymous
    3 years ago

    Hi Nun ,

     

    You could use CONCATENATEX() function.

    Measure = CONCATENATEX('Slicer','Slicer'[Column1],"-")

     

    Best Regards,

    Jay