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!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
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 A | FY 23 Revenue A | FY 23 Pipeline A | Business A Total | FY 23 Backlog B | FY 23 Revenue B | FY 23 Pipeline B | Business B Total |
| 1000 | 2000 | 3000 | 6000 | 100 | 200 | 300 | 600 |
Required structure -
| Business (Only Business Name from the table) | Revenue Type | Value |
| A | Backlog | 1000 |
| A | Revenue | 2000 |
| A | Pipeline | 3000 |
| B | Backlog | 100 |
| B | Revenue | 200 |
| B | Pipeline | 300 |
Many thanks!
Solved! Go to Solution.
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.
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.
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 103 | |
| 80 | |
| 62 | |
| 50 | |
| 45 |