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.
Hello,
Thank you for your information.
Best regards.
You can use time intelligence with a custom date table. Some functions won't be useful (DATESMTD for instance) if you're looking at seasons but if you have a date table that includes a column for season, there is a lot of time intelligence functionality you can use, and there are ways to write your own formulas that mimic the behavior of the out-of-the-box formulas that aren't available to you with seasons.