Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
luizzed
Frequent Visitor

MdxScript(Model) (9, 8) Erro date too small or too large

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...

1 ACCEPTED 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!

View solution in original post

3 REPLIES 3
v-jiascu-msft
Employee
Employee

Hi @luizzed ,

 

Can you share a sample file, please? Please mask the sensitive parts first. It seems fine.

 

 

Best Regards,

Community Support Team _ Dale
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

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!

Greg_Deckler
Super User
Super User

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.


@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
The Definitive Guide to Power Query (M)

DAX is easy, CALCULATE makes DAX hard...

Helpful resources

Announcements
PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.