Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
All, my data are structured as below and I need to run the calculated values in the last column. Each ID contains exact same 4 attributes.
ID | Attribute | Value | Cal=(A+C+D)/B |
ID1 | A | 6 | |
ID1 | B | 2 | |
ID1 | C | 3 | |
ID1 | D | 1 | 5 |
ID2 | A | 100 | |
ID2 | B | 40 | |
ID2 | C | 56 | |
ID2 | D | 89 | 6.125 |
Alternatively a way to unpivot the table to the following would do, but I could not quite figure it out.
ID | A | B | C | D | Cal=(A+C+D)/B |
ID1 | 6 | 2 | 3 | 1 | 5 |
ID2 | 100 | 40 | 56 | 89 | 6.125 |
Any helps are greatly appreciated.
Solved! Go to Solution.
You can easily unpivot in the query editor. Select the Attribute column and under the Transform tab, choose Pivot column.
Then Add Column > Custom Column
You can easily unpivot in the query editor. Select the Attribute column and under the Transform tab, choose Pivot column.
Then Add Column > Custom Column
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
20 | |
7 | |
6 | |
5 | |
5 |
User | Count |
---|---|
26 | |
10 | |
10 | |
9 | |
6 |