Forum Discussion
maracles
Resolver II
4 years agoVisualisation option that allows for text format data to be used as table/matric values.
Hi, I'm trying to create a table visualisation that is all text values. The row and column headers are text, but then so are the value completing the table. For an illustration of my data see the ...
- 4 years ago
maracles , Not very clear. But you can create measure using concatenatex and use that
Concatenatex: https://www.youtube.com/watch?v=du2HSEzng2E&list=PLPaNVDMhUXGaaqV92SBD5X2hk3TMNlHhb&index=43
concatenatex(Table, Table[Column], ",")
maracles
Resolver II
4 years agoamitchandak I have actually tried your solution and it is working. Is there though a way of getting each value on it's own row, rather than having them all in one row but with linebreaks?
For anyone else looking for this solution you can add Line Breaks with & UNICHAR(10)