March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
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/
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
114 | |
76 | |
57 | |
52 | |
44 |
User | Count |
---|---|
168 | |
116 | |
63 | |
57 | |
50 |