Forum Discussion
Month over Month change
- 6 years ago
I am sincerely thankful for your help!
I think I finally solved this. For some reason the time intelligence didn't work - maybe there's a problem in the data, who knows - but I changed the [last_day_of_the_month] provided in the data to [first_day_of_the_month]. That worked.
Hi GoingIncognito ,
Is "balance" a measure or a field? It seems that the writing of sum(balance) is wrong. Other than that, your formula doesn't seem to be wrong. Could you share your sample data?
I created a demo like the following, you can see if there is any difference with your data.
Here is the demo, please try it:
Best Regards,
Community Support Team _ Joey
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- GoingIncognito6 years agoAdvocate III
Thank you for your reply!
Balance is a field. There is only one balance for each month.
- GoingIncognito6 years agoAdvocate III
- GoingIncognito6 years agoAdvocate III
I am still at loss, what am I doing wrong?
Picture above includes the date from fact table, date from calendar table, and following measures
Measure1 = SUM('fact table'[balance])
Measure2 = calculate([Measure1], dateadd('calendar'[date], -1, month)
MoM = [Measure1] - [Measure2]