This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
Hello all,
I would like to split some data as the example below.
From this:
| column 1 | column 2 | column 3 |
| x | a | 12 |
| x-1 | a | 34 |
| x-2 | a | 3 |
| x | b | 6 |
| x-1 | b | 5 |
| x-2 | b | 19 |
To this:
| Column 1 | Column 2 | Column 3 | Column 4 | Column 5 |
| x | a | 12 | b | 6 |
| x-1 | a | 34 | b | 5 |
| x-2 | a | 3 | b | 19 |
I believe that must be an easy way of doing that...
Thank you i n advance.
Solved! Go to Solution.
@clovisantonio , refer if this blog can help
https://www.thebiccountant.com/2015/08/12/how-to-pivot-multiple-measurescolumns-in-power-query/
Hello amitchandak, thank you very much.
@clovisantonio , refer if this blog can help
https://www.thebiccountant.com/2015/08/12/how-to-pivot-multiple-measurescolumns-in-power-query/
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 37 | |
| 28 | |
| 28 | |
| 19 | |
| 18 |
| User | Count |
|---|---|
| 70 | |
| 38 | |
| 32 | |
| 29 | |
| 25 |