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
rohanraher
Regular Visitor

Transform columns without a qualitative column

Hi community,

 

I am trying to transform a table using Power Query but not able to achieve the desired result. I am posting an example of the data set below for referral, can anyone please help me out?

 

Current structure - 

FY 23 Backlog AFY 23 Revenue AFY 23 Pipeline ABusiness A TotalFY 23 Backlog BFY 23 Revenue BFY 23 Pipeline BBusiness B Total
1000200030006000100200300600

 

Required structure - 

Business (Only Business Name from the table)Revenue TypeValue
ABacklog1000
ARevenue2000
APipeline3000
BBacklog100
BRevenue200
BPipeline300

 

Many thanks!

1 ACCEPTED SOLUTION
Syk
Super User
Super User

Select all your columns and under transform, unpivot columns.

Then in your new attribute column, filter out all the rows that contain "Total". Then you can split the attribute column to get your remaining info such as a business name column and so on.

View solution in original post

1 REPLY 1
Syk
Super User
Super User

Select all your columns and under transform, unpivot columns.

Then in your new attribute column, filter out all the rows that contain "Total". Then you can split the attribute column to get your remaining info such as a business name column and so on.

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