Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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"))),CALCULATE([TOTAL OPEN ORDER NEXT YEAR],NEXTYEAR('DATE SCHEDULE'[Date],FORMAT(DATE(2022,12,31),"DD.MM.YYYY"))))
It doesn't work. I take the error "ONLY CONSTANT DATE VALUE IS ALLOWED AS A YEAR END DATE ARGUMENT". Anyone know it?
Solved! Go to Solution.
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")
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")
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
71 | |
67 | |
51 | |
39 | |
26 |
User | Count |
---|---|
87 | |
54 | |
45 | |
40 | |
36 |