Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
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?
You may take a look at the post below.
https://community.powerbi.com/t5/Desktop/Help-Unpivoting-data/m-p/259491#M115847
@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