Forum Discussion
kumarleau
8 years agoFrequent 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...
- 8 years ago
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.