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

Level up your Power BI skills this month - build one visual each week and tell better stories with data! Get started

Reply
Anonymous
Not applicable

Cannot convert value date to type Function

Hi everyone,

 

I have a function in my code which specifies today's date, under this form: Date.Today = Date.From(DateTime.LocalNow())

 

I have a new column with the following code returning the error on the screenshot and I can't for the life of me figure out what is going on. I have tried to add Date.From in front of Date.Today but to no avail. Any ideas?

 

 

if [Date_Receipted]<>Date.NotDelivered 
or Date.Year([#"Date_Promised (calculated)"]) > Date.Year(Date.Today)
then null 
else "Week "&Text.From(Date.WeekOfYear([#"Date_Promised (calculated)"])-Date.WeekOfYear(Date.Today()))

 

billybazinga_0-1656669984270.png

 

 

1 ACCEPTED SOLUTION
Vijay_A_Verma
Most Valuable Professional
Most Valuable Professional

Issue is due to the fact that you have use Date.Today() which should have been Date.Today

1.png

View solution in original post

2 REPLIES 2
Vijay_A_Verma
Most Valuable Professional
Most Valuable Professional

Issue is due to the fact that you have use Date.Today() which should have been Date.Today

1.png

Anonymous
Not applicable

Thank you very much, I obviously looked at this far too much and missed it 🙂

Helpful resources

Announcements
April Power BI Update Carousel

Power BI Monthly Update - April 2026

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

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

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.