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

July 28 - August 9 | Final Round of the Power BI Dataviz World Championships. This is your chance. Learn more

Reply
Anonymous
Not applicable

Unpivot data into multiple columns

Hello,

 

I have a data set with the following structure (columns)

 

Attribute  SalesYear1 SalesYear1 SalesYear1  CostYear1 CostYear2 CostYear3

 

I would like to transform this into the following structure (columns)

Attribute Year Sales Costs

 

I think it would be staright forward without the cost column. However, I don't know how to unpiviot into more than two rows.

 

Thank you in advance for any help

1 ACCEPTED SOLUTION

Duplicate the query.

In one, unpivot the Sales columns and remove the cost columns.

In the other, unpivot the Costs and remove the sales columns.

In each query, alter the data so you have Year in a column by itself

'Merge as New' the two queries on  Year and Division (Inner Join).

Expand and tidy as appropriate.

View solution in original post

4 REPLIES 4
HotChilli
Community Champion
Community Champion

Can you provide some sample data please

Anonymous
Not applicable

This is an example: I can unpivot the three sales columns into two columns (year & sales Value). However; iwould like to have three columns (year, sales value & cost value)powerbi1.PNGpowerbi2.PNG

Duplicate the query.

In one, unpivot the Sales columns and remove the cost columns.

In the other, unpivot the Costs and remove the sales columns.

In each query, alter the data so you have Year in a column by itself

'Merge as New' the two queries on  Year and Division (Inner Join).

Expand and tidy as appropriate.

Anonymous
Not applicable

This worked out! Thank you for your time & effort to look into this! I appreciate your help!

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

Fabric Community Sticker Design Challenge Barcelona Carousel

Fabric Community Sticker Challenge - Barcelona 2026

If you love stickers, then you will definitely want to check out our community sticker challenge, Barcelona edition!

July Power BI Update Carousel

Power BI Monthly Update - July 2026

Check out the July 2026 Power BI update to learn about new features.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Top Solution Authors