Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
deathseeker
Regular Visitor

12 columns => 2 columns (SQL command or Unpivot?)

Hello!!!

 

I have a table connected to SQL that outputs a column for each month.

For working it better in Excel, I need to transforme that 12 columns to only 2... a first one for the values and the second for the respective month (that at this moment are the column titles).

 

In your opinion, which will be the better option (or if it dependes, advantages and desavantages):

a) a SQL command (not familiar to me);

b) use unpivot in Query Edit

1 ACCEPTED SOLUTION
Phil_Seamark
Microsoft Employee
Microsoft Employee

Using the Unpivot feature in the Query Editor should work, but just keep your eye on how long it takes.  If it can handle the transformation in an acceptable time, this will be the easist way to manage it.

 

If you are talking big data volumes then SQL will be faster, but the SQL will be more complex.


To learn more about DAX visit : aka.ms/practicalDAX

Proud to be a Datanaut!

View solution in original post

2 REPLIES 2
Phil_Seamark
Microsoft Employee
Microsoft Employee

Using the Unpivot feature in the Query Editor should work, but just keep your eye on how long it takes.  If it can handle the transformation in an acceptable time, this will be the easist way to manage it.

 

If you are talking big data volumes then SQL will be faster, but the SQL will be more complex.


To learn more about DAX visit : aka.ms/practicalDAX

Proud to be a Datanaut!

 

So SQL it may be the best solutions in the long term, because I wil not to worry if the Query Editor handles diferent databases. 

 

Thank you so much.

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 2025 Power BI update to learn about new features.

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors