Forum Discussion
Anonymous
7 years agoNot applicable
Pivot/Unpivot in a DAX measure function.
So I was wondering if it was possible to Pivot/Unpivot some columns in a table without having to do it in query editor, is this possible? *The reason why I ask is that when I pivot the table my p...
- 7 years ago
v-yuta-msft
Community Support
7 years agoAnonymous ,
If the rows are too much in your table, it's not suggested(sometimes impossible) to generate a pivot table because dax can't generate column name by row values automatically, as a workaround, I would suggest you to create a matrix visual instead.
Community Support Team _ Jimmy Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.