Forum Discussion
BInovice
4 years agoFrequent Visitor
Calculation between rows with same ID
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 ...
- 4 years ago
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
AlexisOlson
Super User
4 years agoYou can easily unpivot in the query editor. Select the Attribute column and under the Transform tab, choose Pivot column.
Then Add Column > Custom Column
BInovice
4 years agoFrequent Visitor
Thank you AlexisOlson . The solution works magic