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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
sfalk781
Helper II
Helper II

Token Comma Error w/ If Statement

Hey Everyone - I have this formula in Power Query that looks like this:

=if [Provided Date]>= Date.From(DateTime.LocalNow() then "Up To Date" else 0

 

I'm trying to have it look at the "provided date" and if it's >= whatever the current date is, list it as "up to date".

 

I keep getting a token comma expected error and can't figure this one out - can anyone help?

1 ACCEPTED SOLUTION
mahoneypat
Microsoft Employee
Microsoft Employee

You need to close parentheses for your Date.From.  Add another after .LocalNow())

 

If this works for you, please mark it as the solution.  Kudos are appreciated too.  Please let me know if not.

Regards,

Pat





Did I answer your question? Mark my post as a solution! Kudos are also appreciated!

To learn more about Power BI, follow me on Twitter or subscribe on YouTube.


@mahoneypa HoosierBI on YouTube


View solution in original post

2 REPLIES 2
mahoneypat
Microsoft Employee
Microsoft Employee

You need to close parentheses for your Date.From.  Add another after .LocalNow())

 

If this works for you, please mark it as the solution.  Kudos are appreciated too.  Please let me know if not.

Regards,

Pat





Did I answer your question? Mark my post as a solution! Kudos are also appreciated!

To learn more about Power BI, follow me on Twitter or subscribe on YouTube.


@mahoneypa HoosierBI on YouTube


Thank you for your help.

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.