Forum Discussion
Time Intelligence for seasons
- Anonymous9 years ago
Hi v-yulgu-msft,
I've solved the issue by creating a calendar table with a seasonal column. Then I used the following formula to get the accumulated balances of the different seasons:
Saldo acumulado = CALCULATE(SUM(ACCOUNT_INFORMATION[SUM$Amount]);
FILTER(ALL('Calendar');
'Calendar'[NumTemporada]<=MAX('Calendar'[NumTemporada])
)
)
Thank you very much and best regards.
Hi Anonymous,
Have you resolved your issue? If yes, please kindly mark the corresponding reply as an answer so that it can benefit more people. If you still have any question, please feel free to ask.
Best regards,
Yuliana Gu
Hi v-yulgu-msft,
I've solved the issue by creating a calendar table with a seasonal column. Then I used the following formula to get the accumulated balances of the different seasons:
Saldo acumulado = CALCULATE(SUM(ACCOUNT_INFORMATION[SUM$Amount]);
FILTER(
ALL('Calendar');
'Calendar'[NumTemporada]<=MAX('Calendar'[NumTemporada])
)
)
Thank you very much and best regards.
- v-yulgu-msft9 years agoMicrosoft Employee
Hi Anonymous,
Thanks for sharing your solution.
Regards,
Yuliana Gu