Forum Discussion

Unicorn_Tech's avatar
Unicorn_Tech
Resolver I
4 years ago
Solved

Transpose values into text, commas

Hello.  I'm wondering if there is any easy way to do this. I have a visual in a simple grid that looks like this: Items Value1 Value2 Value3   I would like a visual that looks in...
  • amitchandak's avatar
    amitchandak
    4 years ago

    Unicorn_Tech , create this as measure and add that to visual

    measure= concatenatex(Table, Table[Items], " ,")