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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
LEC
Frequent Visitor

Pivoting

I'm sure this has been asked, but I'm still struggling to make the data pivot in the way that I want it to.

 

I have a query connected to Power BI with data pulling back by week since 2016, like the following:

 

Year         Week          Sales        Inventory

2016         1                 100         200

2016         2                  104        208

....

2017         1                 132         294

2017         2                 88          105

........

 

I'd like to be able to pivot the table to line up like this:

 

Week          2016 Sales    2017 Sales   2016 Inventory   2017 Inventory

1                  100               132              200                     294

2                  104                88                208                    105

 

Anyone have advice?

1 ACCEPTED SOLUTION
Sean
Community Champion
Community Champion

@LEC

In the Query Editor...

1) Unpivot Sales & Inventory

2) Merge Year and Atrribute

3) Pivot the Merged Column (Don't Aggregate)

As shown here...

Query Editor - Unpivot, Merge & Pivot.gif

Hope this helps! Smiley Happy

View solution in original post

1 REPLY 1
Sean
Community Champion
Community Champion

@LEC

In the Query Editor...

1) Unpivot Sales & Inventory

2) Merge Year and Atrribute

3) Pivot the Merged Column (Don't Aggregate)

As shown here...

Query Editor - Unpivot, Merge & Pivot.gif

Hope this helps! Smiley Happy

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

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
Top Kudoed Authors