Hello. I hope they're all well.
I want to calculate the total number of months accumulated with consumption. How can I do it?
Thank you! 🙂
Solved! Go to Solution.
NewMeasure=ROWNUMBER(SUMMARIZE(ALL(Sales),Dates[Year],Dates[Month]),ORDERBY(Dates[Year],ASC,Dates[Month],ASC))
Hi @sara_pinto15 ,
Did the above suggestions help with your scenario? if that is the case, you can consider Kudo or Accept the helpful suggestions to help others who faced similar requirements.
If these also don't help, please share more detailed information and description to help us clarify your scenario to test.
How to Get Your Question Answered Quickly
Regards,
Xiaoxin Sheng
NewMeasure=ROWNUMBER(SUMMARIZE(ALL(Sales),Dates[Year],Dates[Month]),ORDERBY(Dates[Year],ASC,Dates[Month],ASC))
Thank you! 😉