Forum Discussion
Anonymous
6 years agoNot applicable
Net Gains calculation
I'm trying to calculate the difference between volumes of two consecutive months in the same year (a net gain/loss). I must keep track of which months are being subtracted as well as the volume di...
mwegener
6 years agoMost Valuable Professional
Hi Anonymous ,
create a Date column and use a MoM (Month over Month) time intelligence calculation (Measure).
If I answered your question, please mark my post as solution, this will also help others.
Please give Kudos for support.
- Anonymous6 years agoNot applicable
Thanks so much!!
For anyone else who views this, you must use the DATE function to create the date column as such:
DATE('table1[year]','table1[month]',1)