Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
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.
User | Count |
---|---|
118 | |
66 | |
65 | |
56 | |
50 |
User | Count |
---|---|
181 | |
85 | |
67 | |
61 | |
53 |