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

We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now

Reply
Werfuks
Frequent Visitor

Token then expected

Hi all, 

I'm getting a bit confused with this IF formula:  

 

if [Completion Date] < [#"Month/Year"] and [Status] = Requested and [Status] = In Progress and [Status] = Approved by Management then "Overdue" else ""

 

The system highlight the word Progress with "Token then expected"

Does that mean that the If Formula can handle only one "and" expression?

 

Thank you

Christian

2 ACCEPTED SOLUTIONS
AlB
Community Champion
Community Champion

Hi @Werfuks 

if can handle whatever you throw at it.

What are Requested and In Progress ? Variables? If it's just text, which is what it looks like, you'd have to use 

"Requested" and "In Progress". Same for Approved

if [Completion Date] < [#"Month/Year"] and [Status] = "Requested" and [Status] = "In Progress" and [Status] = "Approved" by Management then "Overdue" else ""

 

SU18_powerbi_badge

Please accept the solution when done and consider giving a thumbs up if posts are helpful. 

Contact me privately for support with any larger-scale BI needs, tutoring, etc.

 

View solution in original post

Anonymous
Not applicable

You have to enclose the text values in double  quotes, like [Satus] = "Requested" and ...

Bur are you sure that "and" is appropriate? How is [Status] going to = "Requested" AND "In Progress" AND "Approved by Management"? The if statement evaluates to true or false per row, so the [Status] will be just one thing, not one thing AND another thing.

 

--Nate

View solution in original post

3 REPLIES 3
Werfuks
Frequent Visitor

Many thanks to you guys. With the double quotes it works now!

Anonymous
Not applicable

You have to enclose the text values in double  quotes, like [Satus] = "Requested" and ...

Bur are you sure that "and" is appropriate? How is [Status] going to = "Requested" AND "In Progress" AND "Approved by Management"? The if statement evaluates to true or false per row, so the [Status] will be just one thing, not one thing AND another thing.

 

--Nate

AlB
Community Champion
Community Champion

Hi @Werfuks 

if can handle whatever you throw at it.

What are Requested and In Progress ? Variables? If it's just text, which is what it looks like, you'd have to use 

"Requested" and "In Progress". Same for Approved

if [Completion Date] < [#"Month/Year"] and [Status] = "Requested" and [Status] = "In Progress" and [Status] = "Approved" by Management then "Overdue" else ""

 

SU18_powerbi_badge

Please accept the solution when done and consider giving a thumbs up if posts are helpful. 

Contact me privately for support with any larger-scale BI needs, tutoring, etc.

 

Helpful resources

Announcements
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.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

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