Forum Discussion
HarryBailey
6 years agoHelper II
Columns and Values in Matrix - reverse order
Hi all, First post here as I literally cannot find a solution to this anywhere at all. I have a Matrix with 2 measures, Sales and Sales vs. Budget. These span across 4 weeks, 21,22,23 an 2...
Anonymous
2 years agoNot applicable
Is there any solution to this?
I have exactly the same problem where I want to get from a matrix visual that looks like this:
|column 1 | column 2 |
|value 1 | value 2|value 1 | value 2|
----------------------------------------------------------
Row 1
Row 2
To a matrix visual that looks like this instead:
|value 1 | value 2 |
|column 1 |column 2|column 1 |column 2|
----------------------------------------------------------
Row 1
Row 2