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

July 28 - August 9 | Final Round of the Power BI Dataviz World Championships. This is your chance. Learn more

Reply
Anonymous
Not applicable

Power Query Date.AddMonths not working

Hi, 

 

I'm struggling to make a date table which includes a column that has the date 6 months before. 

I did it in Dax, but for the measures that follow after I need to make a comparison which isnt accepted in DirectQuery. 

So I thought to do the comparison of dates in Power Query.

 

I have a table with a date column called "Date". I press the fX button in the top and enter this function

= Date.AddMonths([Date],-6)

It gives me an error: There is an unknown identifier. Did you use the [field] shorthand for a _[field] outside of an 'each' expression?

 

How do I refer to the date column? 

 

It's probably really easy but I'm not used to Power Query 😞 

1 ACCEPTED SOLUTION
PhilipTreacy
Super User
Super User

Hi @Anonymous 

 

Download sample PBIX file

 

That fx button is to invoke a custom function that you've already written, not to call inbuilt functions.

To deduct 6 months from your date column just click the Custom Column button

addcc.png

 

and add this in the code box

addcc1.png

 

Regards

Phil



Did I answer your question? Then please mark my post as the solution.
If I helped you, click on the Thumbs Up to give Kudos.


Blog :: YouTube Channel :: Connect on Linkedin


Proud to be a Super User!


View solution in original post

6 REPLIES 6
PhilipTreacy
Super User
Super User

Hi @Anonymous 

 

Download sample PBIX file

 

That fx button is to invoke a custom function that you've already written, not to call inbuilt functions.

To deduct 6 months from your date column just click the Custom Column button

addcc.png

 

and add this in the code box

addcc1.png

 

Regards

Phil



Did I answer your question? Then please mark my post as the solution.
If I helped you, click on the Thumbs Up to give Kudos.


Blog :: YouTube Channel :: Connect on Linkedin


Proud to be a Super User!


Anonymous
Not applicable

Thank you! This worked for my Date table. Not for the original DirectQuery table. But I'll just add a relationship to it then 🙂 

amitchandak
Super User
Super User

@Anonymous , The syntax seems correct for power query

Date.AddMonths([Date],-6) //if Date is date data type

https://www.youtube.com/watch?v=S_meG32rDio

 

in case datetime try

Date.AddMonths(DateTime.Date([Date]),-6)

 

But not all functions work in Direct Query. But that should give import mode warning option

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube
Anonymous
Not applicable

Hi @amitchandak Thank you for your fast response. It was a DateTime field. But I still get the same error. 

Do I need to define the field shorthand somewhere before it works?

@Anonymous , I tried on Direct Query

 

Date.AddMonths(DateTime.Date([Date]),-1) is not supported in Direct Query

 

But I was able to do Date.AddMonths([Sales Date],-1) //but my date to not have time

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube
Anonymous
Not applicable

Hi @amitchandak Thank you for your help. I don't think it will work in directquery. I've made a new date table to which I could add it. 

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.

Fabric Community Sticker Design Challenge Barcelona Carousel

Fabric Community Sticker Challenge - Barcelona 2026

If you love stickers, then you will definitely want to check out our community sticker challenge, Barcelona edition!

July Power BI Update Carousel

Power BI Monthly Update - July 2026

Check out the July 2026 Power BI update to learn about new features.

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.