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
MClerigo
New Member

Expression.Error: We cannot apply field access to the type Date.

Hi, I'm trying to change values in a column, based from another column. In more detail, I have a column "Date", and another column "Index". I want to add "Index" months to the "Date".

I know I can create a new column, based from Date+Index, and then delete the first two, but it's a waste of processing.

 

I have already this formula:

= Table.TransformColumns(#"ChangeDate",{{"DataDoc", each (Date.AddMonths([DataDoc],each [Index])) }})

but it gives me this error:

Expression.Error: We cannot apply field access to the type Date.

 

Help... 

1 ACCEPTED SOLUTION
ImkeF
Super User
Super User

2 REPLIES 2
ImkeF
Super User
Super User

YEAH MAN!

Thanks very much.

Following your lead, I came up with:

 

= Table.ReplaceValue(#"ChangeDate",each [DataDoc],each (Date.AddMonths([DataDoc],[Index])),Replacer.ReplaceValue,{"DataDoc"})

 

Exactly what I was searching for. Just looking with the wrong angle.

Thanks again!

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
Top Kudoed Authors