Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hello
How can I arrange my data from
| Description | 22205 | 835 | 803 | 80104 |
| NI POS SETT 260222 200000812- 9806.23 | 233.12 | 11.65 | -10051.00 | 9806.23 |
| NI POS SETT 270222 200000812- 10171.66 | 234.60 | 11.74 | -10418.00 | 10171.66 |
to below
| Account | Description | Amount |
| 22205 | NI POS SETT 260222 200000812- 9806.23 | 233.12 |
| 835 | NI POS SETT 260222 200000812- 9806.23 | 11.65 |
| 803 | NI POS SETT 260222 200000812- 9806.23 | -10051.00 |
| 80104 | NI POS SETT 260222 200000812- 9806.23 | 9806.23 |
| 22205 | NI POS SETT 270222 200000812- 10171.66 | 234.60 |
| 835 | NI POS SETT 270222 200000812- 10171.66 | 11.74 |
| 803 | NI POS SETT 270222 200000812- 10171.66 | -10418.00 |
| 80104 | NI POS SETT 270222 200000812- 10171.66 | 10171.66 |
Solved! Go to Solution.
Hi @gauravnarchal ,
You can achive this simple in Power Query Editor in Power BI Desktop, by following the steps below:
This is the source data that you shared:
Now select your Description column --> under Transform --> select Unpivot Columns --> Unpivot other columns as shown below:
Onec you do this transformation, you will get the following:
This is nearly the required result you need.
Rename Attribute to Account and Value to Amount column names by right-clicking on the respective columns. This will give you the following:
Now just hold the Description column and drag it to the right, to get the expected output:
This is the desired result. Hope this helps.
Hi @gauravnarchal ,
You can achive this simple in Power Query Editor in Power BI Desktop, by following the steps below:
This is the source data that you shared:
Now select your Description column --> under Transform --> select Unpivot Columns --> Unpivot other columns as shown below:
Onec you do this transformation, you will get the following:
This is nearly the required result you need.
Rename Attribute to Account and Value to Amount column names by right-clicking on the respective columns. This will give you the following:
Now just hold the Description column and drag it to the right, to get the expected output:
This is the desired result. Hope this helps.
HI @gauravnarchal ,
Can you please mark the right solution to this thread rather than your response please?
HI @gauravnarchal ,
If the solution helped, appreciate a kudos and do accept it as a solution to this thread so that others can benefit from it on the forum.
Hello,
Make a transposition of your table and your column gonna become row .
!!
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 103 | |
| 80 | |
| 62 | |
| 50 | |
| 45 |