Forum Discussion
unpivot tables
Hi,
In my quest for flattening tbles i have need for some help. I have need for a way to unpivot a dataset with 310 columns The dataset is as follows
2 columns with Keys, rest is columns with values to be unpivoted and comes in batches of 10. So i have 10 columns with values defined by Revenue and year. Next batch is 10 columns by costs and year etc. Each cell in this is a number value and getting one value column would be helpful. The thing is that the last batch of 10 columns is currency with GBP, NOK,USD etc by year.
How would i unpivot these so as to not make duplicate values or getting currency nominator in the value field?
2 Replies
- v-chuncz-msft
Community Support
You may take a look at the post below.
https://community.powerbi.com/t5/Desktop/Help-Unpivoting-data/m-p/259491#M115847
- kandre123
Advocate I
v-chuncz-msft thank you for your input but this was a code snippet. Would that solve the problem if rewritten for 300 columns? I was wondering about the approach to do this and if it is a non-code writing way of doing this