Forum Discussion
Anonymous
3 years agoNot applicable
Unpivit Table on Powerbi Desktop
Hi, I have created a new table ith only the value I want to unpivot, I did this beause I couldnt unpivot the master table as it was causing many issue as emplty rows where "not apprearing" on my ...
- 3 years ago
Anonymous if you have created a calculated table in powerbi desktop, then it will not show in the power query window. You will have to modify your dax code to have the table in the format you wish to have. if possible try to create this new table in power query as there also you can summarize table and then pivot or unpivot columns.
Anonymous
3 years agoNot applicable
Thanks, unpivoting table worked but I needed to replace null values by 0 or NA before to unpivot.