Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more
Hello,
I built a report in Power BI and in Power Query I have a custom column that gives the date of 2 months after the order date.
the custom column code is:
if[Order Date] is null then null else Date.AddMonths([Order Date],2)
Now I'm getting this error for some date values and I don't understand what the root of the issue is:
Column on the left is Order Date, column on the right is 2 Months From Order Date
the error is:
Expression.Error: The Date value must contain the Date component.
Details:
15.01.2023
Could someone please help me figure this out?
Solved! Go to Solution.
Hi @EdK99 ,
My initial guess would be that your [Order Date] column is not formatted as Date Type.
Select the query step BEFORE you add your custom column. Select your [Order Date] column and, at the top of the column, click the icon at the left of the column header. Select Date as the type, so the icon changes to the little calendar you can see in my screenshot:
If this doesn't work then it probably means Power Query can't parse your dates properly, so we'll have to fix that next.
Pete
Proud to be a Datanaut!
Hi @EdK99 ,
My initial guess would be that your [Order Date] column is not formatted as Date Type.
Select the query step BEFORE you add your custom column. Select your [Order Date] column and, at the top of the column, click the icon at the left of the column header. Select Date as the type, so the icon changes to the little calendar you can see in my screenshot:
If this doesn't work then it probably means Power Query can't parse your dates properly, so we'll have to fix that next.
Pete
Proud to be a Datanaut!
That worked! I didn't pay attention to the order of steps in my power query. I changed the type in the step prior to the custom column and it removed the error.
Thanks a lot!!!
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.