Forum Discussion
adim
7 years agoFrequent Visitor
DAX pivoting table
Hi there, I have this table in my model: provider_id year time sample rate id1 2011 1 2 3 id2 2011 4 5 6 id3 2011 7 8 9 id1 2012 11 12 13 id2 2012 14 ...
- Anonymous7 years ago
Hi adim,
Nope, dax is impossible to achieve this.
In my opinion, you can use original table column to create matrix visual with same result.Regards,
Xiaoxin Sheng
Anonymous
7 years agoNot applicable
Hi adim,
Nope, dax is impossible to achieve this.
In my opinion, you can use original table column to create matrix visual with same result.
Regards,
Xiaoxin Sheng
BG123
5 years agoFrequent Visitor
Visual is fine but need this as intermediate table for calculations...(also unlock dynamic column selection!).
Why is this so hard? I am trying to get away from excel but some things like this are a huge nuisance to quick transfer of existing reports.