Forum Discussion
Anonymous
5 years agoNot applicable
Macro
I am a begginer is useing Power BI and DAX. I need to substruct within one column. The column is called "DR" and has only DR08 and DR07, but this will be growing each month, so next month I will have...
- 5 years ago
Anonymous I would recommend unpivoting those columns. Then you can construct a measure that finds the maximum value in the Attribute column and subtract it from the previous latest one.
Greg_Deckler
Community Champion
5 years agoAnonymous I would recommend unpivoting those columns. Then you can construct a measure that finds the maximum value in the Attribute column and subtract it from the previous latest one.
- Anonymous5 years agoNot applicable
This worked great. Thank you!