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 moreDid you hear? There's a new SQL AI Developer certification (DP-800). Start preparing now and be one of the first to get certified. Register now
Hi,
I have an loaded data into PowerBI and selected the TABLE visulization(Left side of the Picture). I need to convert the table in the left side into right side and i need to create an additional column by multiplying "PIMB * QM".
Can anyone help me to solve this problem?
Solved! Go to Solution.
Hey,
I would recommend to use the "Pivot Column" function from the Querd Editor, this helps to transform a long table into a wide table.
From
To this
You can create your new column m3 = m1 * m2 either in Power Query or with DAX
Basically it's a good idea to consider a row in a table as observation with various measurements. An observation should always be unique but can consist of various keys. From your example I would consider your column "Time" as key. During one observation two measurements have been taken "PIMB" and "QM".
For this reason I would Pivot the column "Determinant_Name".
Hopefully this gives you an idea
Regards
Tom
Hi @siva3012,
You can first pivot the table on the basis of Determinant Name column and then use the below calculation to create a Price column:
Hi @siva3012,
You can first pivot the table on the basis of Determinant Name column and then use the below calculation to create a Price column:
Hey,
I would recommend to use the "Pivot Column" function from the Querd Editor, this helps to transform a long table into a wide table.
From
To this
You can create your new column m3 = m1 * m2 either in Power Query or with DAX
Basically it's a good idea to consider a row in a table as observation with various measurements. An observation should always be unique but can consist of various keys. From your example I would consider your column "Time" as key. During one observation two measurements have been taken "PIMB" and "QM".
For this reason I would Pivot the column "Determinant_Name".
Hopefully this gives you an idea
Regards
Tom
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 |
|---|---|
| 34 | |
| 31 | |
| 30 | |
| 21 | |
| 16 |
| User | Count |
|---|---|
| 61 | |
| 50 | |
| 30 | |
| 23 | |
| 23 |