Forum Discussion
AKARSEVGI
Helper I
3 years agoNEXT YEAR DATE PROBLEM
Export % Next Year Open Ord = DIVIDE(CALCULATE([TOTAL OPEN ORDER NEXT YEAR],FILTER('CO-BAS003X','CO-BAS003X'[SALESORIGIN]="EXPORT"),NEXTYEAR('DATE SCHEDULE'[Date],FORMAT(DATE(2022,12,31),"DD.MM.YYYY"...
- 3 years ago
There is no need to specify the end date for regular calendars.
NEXTYEAR('DATE SCHEDULE'[Date])
if you want to do it anyway you can use the safe format
NEXTYEAR('DATE SCHEDULE'[Date],"2022-12-31")
lbendlin
Super User
3 years agoThere is no need to specify the end date for regular calendars.
NEXTYEAR('DATE SCHEDULE'[Date])
if you want to do it anyway you can use the safe format
NEXTYEAR('DATE SCHEDULE'[Date],"2022-12-31")