Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredJoin 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.
Hi all,
I have this type of table in my powerbi Desktop:
Type1 Type2 Type3 type4
intermediate Intermediate Advanced Awareness
Novice Intermediate Novice Awareness
Advanced Novice Novice Intermediate
Awareness Novice Novice Advanced
and i would like to convert it into:
Novice Intermediate Advanced Awareness
Type1 1 1 1 1
Type2 2 2 0 0
Type3
Type4
Thank you!
Solved! Go to Solution.
@fiorela solution attached, look at table(2), lot of heavy lifting is done in power query
- added index column
- unpivoted the table
and then everything was very easy
Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!
Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo
If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤
Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.
Hi,
In the Query Editor, add an Index column. Click on the Index heading and select "Unpivot Other olumns". Build a matrix visual and drag Attribute to the row labels. Drag the 3rd column to the column labels. Write this measure
=COUNTROWS(Data)
Hope this helps.
Hi,
In the Query Editor, add an Index column. Click on the Index heading and select "Unpivot Other olumns". Build a matrix visual and drag Attribute to the row labels. Drag the 3rd column to the column labels. Write this measure
=COUNTROWS(Data)
Hope this helps.
appreciate your help. many thanks !
@fiorela solution attached, look at table(2), lot of heavy lifting is done in power query
- added index column
- unpivoted the table
and then everything was very easy
Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!
Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo
If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤
Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.
many thanks!! it works
You are welcome.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 76 | |
| 36 | |
| 31 | |
| 29 | |
| 26 |