Forum Discussion
Anonymous
8 years agoNot applicable
Calculation for every row
Hi all, I had a question regarding making a calculation that has to be performed on every record in a column. My data looks like this X 7 29 7 82 118 Now what I want is fo...
- 8 years ago
It depends.
If you want to keep the original values, you can either add a custom column in Power Query or a calculated column in DAX.
If you want to transform the values, you can use Power Query: Edit Queries - Transform - Standard - Subtract - 5.
MarcelBeug
8 years agoCommunity Champion
It depends.
If you want to keep the original values, you can either add a custom column in Power Query or a calculated column in DAX.
If you want to transform the values, you can use Power Query: Edit Queries - Transform - Standard - Subtract - 5.
Anonymous
8 years agoNot applicable
Hi MarcelBeug,
Since I prefered a DAX solution here I created a calculated column to achieve it. Thanks for sharing your insights with me.
Regards,
L.Meijdam