Forum Discussion
Calculated Table
- 2 years ago
I don't think it is possible to do a pivot operation dynamically in dax; only in power query. At least I can not think of any way to achieve this.
- Anonymous2 years ago
Hi BIswajit_Das
sjoerdvn is right.
DAX has a number of limitations, and if this is a calculated table, this is the only way to do it
Or you can try to export the data from the calculated table and import it again to use power query. But it's going to be very complicated.
Best Regards
Zhengdong Xu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi BIswajit_Das
Please try this:
Click the Transform data in the Home pane:
Copy the origin table and paste it:
Select the party column and click the Pivot Column:
The result is as follow:
Finally, Close & Apply.
Best Regards
Zhengdong Xu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.