Forum Discussion
Justas4478
Post Prodigy
5 years agoChanging row order in table
Hello I am trying to find a way how to change order of the rows in the table. This is the table for example. None of the sorting options give me result I need. I dont have access to the Transfo...
Anonymous
5 years agoNot applicable
Hi Justas4478 ,
Create a measure:
measure = switch(selectedvalue([type]),"High Street",1,"shopping center",2,....)
Add this measure tooltips and sort the visual by the measure.
Best Regeards,
Jay
- Justas44785 years ago
Post Prodigy
The measure works. But I can't find a way how to add measure in the table as tooltips and not as values. Could you explain how to do it?
- Anonymous4 years agoNot applicable
- Justas44784 years ago
Post Prodigy
I am using just a table visual.