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
kumarleau
Frequent Visitor

Advance Editor dateadd function issue

Hi,

 

I am trying to do add a calculate column through advance editor by adding dateadd function to the date column.

It is giving me error that dateadd function was not recognized.

Please help me on this issue.

 

Regards,

Kumar

2 ACCEPTED SOLUTIONS
v-ljerr-msft
Employee
Employee

Hi @kumarleau,

 

It seems to be that you may mix DAX and Power Query(M). DATEADD function is a DAX function, so it cannot be used in Query Editor. You should use it under Modeling tab like below. Smiley Happy

 

c1.PNG

 

Regards

View solution in original post

Apparently you didn't understand the reply.

 

DATEADD is a DAX function. You can't use DAX functions in the query editor.

 

Instead, try Power Query (M) function Date.AddYears

 

Power Query (M) and DAX are 2 completely different languages within Power BI.

Specializing in Power Query Formula Language (M)

View solution in original post

5 REPLIES 5
v-ljerr-msft
Employee
Employee

Hi @kumarleau,

 

It seems to be that you may mix DAX and Power Query(M). DATEADD function is a DAX function, so it cannot be used in Query Editor. You should use it under Modeling tab like below. Smiley Happy

 

c1.PNG

 

Regards

Hi,

 

Thanks for your reply.

 

let
    Source = Sql.Database("ebi-etl-dev-01", "dbname"),
    dbo_Report_Booking_Live = Source{[Schema="dbo",Item="Report_Booking_Live"]}[Data],
    OpportunityCreatedDate1 = dbo_Report_Booking_Live[OpportunityCreatedDate]
    OpportunityCreatedDate2=DateAdd(opportunityCreatedDate,-1,year)
in
    OpportunityCreatedDate1

Apparently you didn't understand the reply.

 

DATEADD is a DAX function. You can't use DAX functions in the query editor.

 

Instead, try Power Query (M) function Date.AddYears

 

Power Query (M) and DAX are 2 completely different languages within Power BI.

Specializing in Power Query Formula Language (M)
kumarleau
Frequent Visitor

Hello Experts, Any this.

 

Regards,

Kumar

@kumarleau,

 

Could you please share your sample code here?

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.