Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
I have this table with the form:
| Question | 1 | 2 | 3 | 4 | 5 | 6 |
| Q1 | 3 | 4 | 2 | 5 | 2 | 1 |
| Q2 | 3 | 4 | 1 | 5 | 1 | 1 |
| Q3 | 4 | 2 | 1 | 5 | 2 | 5 |
its got the questions as row 1 and the response counts as column names.
What is the best way to diplay this table so that I can use it in my PowerBI Dashboard
Solved! Go to Solution.
@Anonymous , what are these 1,2,...6
You should unpivot this columns in power query
https://radacad.com/pivot-and-unpivot-with-power-bi
Unpivot Data(Power Query) https://www.youtube.com/watch?v=2HjkBtxSM0g&list=PLPaNVDMhUXGaaqV92SBD5X2hk3TMNlHhb&index=11
Hi, This is in a pivoted format.
You can use the unpivot feature in the Power Query and then have a total of 3 columns in the table with a hierarchical structure.
Regards,
Atma.
@Anonymous , what are these 1,2,...6
You should unpivot this columns in power query
https://radacad.com/pivot-and-unpivot-with-power-bi
Unpivot Data(Power Query) https://www.youtube.com/watch?v=2HjkBtxSM0g&list=PLPaNVDMhUXGaaqV92SBD5X2hk3TMNlHhb&index=11
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.