Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi,
What's wrong with this?
I have a Calendar and another fact table.
I'm creating this measure:
Test:= var last_dat = LASTDATE('Calendar'[Date])
RETURN DATE(YEAR(last_dat),MONTH(last_dat),"01")
And i'm getting this erro: MdxScript(Model) (9, 😎 Erro (...) 'date' too small or too large
But when i use this:
Test:= var last_dat = LASTDATE('Calendar'[Date])
RETURN DATE(YEAR(last_dat),"05","01")
or
Test:= var last_dat = LASTDATE('Calendar'[Date])
RETURN DATE("2010",MONTH(last_dat),"01")
It works perfectly...
Solved! Go to Solution.
I found the error.. There were lines only with null in the fact table, in the query i excluded this lines, and, after that, started working fine.
Curious is the fact that it works even with full rows with null when you only use one function (year or month) within Date(), but if you use both, the error happens.
Anyway, it's solved. Thanks!
Hi @luizzed ,
Can you share a sample file, please? Please mask the sensitive parts first. It seems fine.
Best Regards,
I found the error.. There were lines only with null in the fact table, in the query i excluded this lines, and, after that, started working fine.
Curious is the fact that it works even with full rows with null when you only use one function (year or month) within Date(), but if you use both, the error happens.
Anyway, it's solved. Thanks!
Hmm, that's puzzling, I tried all kinds of variations, even putting in -1 and BLANK for year and month and could not generate that error.
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!