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

The Fabric community is upgrading! Read all of the details including the timeline and what you can expect. Learn more

Reply
singhswat
Frequent Visitor

Date Functions and reference


= DateAdd(DateTime.Date(DateTime.LocalNow()), 6, MONTH)
OR
= DATEADD(DateTime.Date(DateTime.LocalNow()), 6, MONTH)

 

Expression error: The name 'DateAdd' wasn't recognized. Make sure it's spelled correctly.

 

Also, Can someone pls share a functions reference link so that I can bounce myself over it before I post basic questions

Thanks for the replies.

1 ACCEPTED SOLUTION
Anonymous
Not applicable

@singhswat DATEADD is a DAX language function and DateTime.Date and DateTime.LocalNow are M language functions. You are apparently in the query editor, which does not use DAX. The M equivalent of DATEADD is Date.AddDays but in your case it may be better to use Date.AddMonths.

View solution in original post

1 REPLY 1
Anonymous
Not applicable

@singhswat DATEADD is a DAX language function and DateTime.Date and DateTime.LocalNow are M language functions. You are apparently in the query editor, which does not use DAX. The M equivalent of DATEADD is Date.AddDays but in your case it may be better to use Date.AddMonths.

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.