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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Christophe
Helper II
Helper II

Calculated column only runs on around 300 rows

I have a simple date table:

Table: = CALENDARAUTO(10)

First column Date

Scond column calculated:  OffsetDate = DATEADD('Date Table'[Date],2,MONTH)

 

For some reason, only around 300 rows are calculated, the remaining rows are empty.. What am I missing?

 

DateTable.png

1 ACCEPTED SOLUTION

I found my mistake, DATEADD takes a column and returns a table. It is not meant for calculation on a single date. Your comment helped me realize that the formula didn't just accept [Date] as argument.

Instead, I need to use a datetime function such as EDATE.

Side note: EDATE(12/31/2019,2) will return 2/29/2020.

 

View solution in original post

2 REPLIES 2
Greg_Deckler
Super User
Super User

That's very strange, what happens if you just second the second column = [Date]. Just kind of curious.

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

I found my mistake, DATEADD takes a column and returns a table. It is not meant for calculation on a single date. Your comment helped me realize that the formula didn't just accept [Date] as argument.

Instead, I need to use a datetime function such as EDATE.

Side note: EDATE(12/31/2019,2) will return 2/29/2020.

 

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors