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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
As you can see, the month name appears accross twelve columns - and this entire thing is just breaking my brain. Anybody have experience or advice for how to transform this data into something more suitable for dimensional model?
Solved! Go to Solution.
First change the column names to add "-25" to them, e.g. "Jan-25".
Then select the first three columns, go to the Transform tab and choose Unpivot Other Columns. You can then turn the attribute column into a date type, and obviously rename the columns appropriately
Thank you @johnt75 . For some reason the terminology "pivot / unpivot" totally escaped me!
First change the column names to add "-25" to them, e.g. "Jan-25".
Then select the first three columns, go to the Transform tab and choose Unpivot Other Columns. You can then turn the attribute column into a date type, and obviously rename the columns appropriately