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
I have an excel data like below
id | value | text |
U1 | abc | North |
U1 | fgh | Up |
U1 | jse | In |
U2 | abc | South |
U2 | fgh | Down |
U2 | jse | Out |
U2 | fjg | 1 |
U2 | qwo | 2 |
which need to be converted to the below i tried unpivot and pivot too but couldnt get it. pls help
id | abc | fgh | jse | fjg | qwo |
U1 | North | Up | In | ||
U2 | South | Down | Out | 1 | 2 |
Solved! Go to Solution.
Hi @Sarath5c8,
Select your "value" column, on the transform tab go to Pivot Column
Set "text" as your values column
Open up the Advanced options and set it to "Don't Aggregate"
Ps. If this helps solve your query please mark this post as Solution, thanks!
Hi @Sarath5c8,
Select your "value" column, on the transform tab go to Pivot Column
Set "text" as your values column
Open up the Advanced options and set it to "Don't Aggregate"
Ps. If this helps solve your query please mark this post as Solution, thanks!
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
21 | |
16 | |
13 | |
12 | |
9 |
User | Count |
---|---|
34 | |
31 | |
20 | |
19 | |
17 |