Forum Discussion

CathleenO's avatar
CathleenO
Frequent Visitor
3 years ago

Time Intelligence

Hello,

 

I need some help with a complicated time intelligence calculation.

 

Its been working perfectly within my graph, but as we push forward into 2024, as its "datesytd" this calculation no longer functions for the future data in year "2024".

I would like to show both 2023, and now 2024.

 

I have tried datesbetween, datesinperiod, lastdate, nextyear, I cannot make it calculate. 

See the dax below.  I do have a calendar table. 

Can anyone help me out?  Thanks!~

 

Forecast = CALCULATE([Rolling Inventory Calc],DATESYTD('Calendar'[Date]))-CALCULATE(sum('2023 Open Orders'[Bal to Ship/Invoiced]),DATESYTD('Calendar'[Date]))
 
 
 

4 Replies