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

View all the Fabric Data Days sessions on demand. View schedule

Reply
Anonymous
Not applicable

Power Query if Date between

Hello, 

I'm not very good to Power Query and I don't know why it doesn't work : 

if [Order created] >= 2022-01-01 & [Order created] <= 2022-12-31 then 1 else 0

 

Thank you for your help

1 ACCEPTED SOLUTION
Anonymous
Not applicable

if[Date] >= #date(2022,01,01) and [Date] <= #date(2022,12,31)then 1 else 0

View solution in original post

3 REPLIES 3
Anonymous
Not applicable

if[Date] >= #date(2022,01,01) and [Date] <= #date(2022,12,31)then 1 else 0

Anonymous
Not applicable

This didn't work for me, the entire formula worked until I put text in after then.

Could you take a look and see if you know the solution:

 

IF ([CancelTime] - [StartTime]) >= Time.Minute(10) and Time.Minute (18) then "Yes" else ""

 

only the "Yes" is failing and I can't seem to resolve it.

Anonymous
Not applicable

Without seeing the data it's difficult to give a correct answer. If you keep the calculation within one set of brackets maybe it will work? 

PoweredOut20_0-1657520797597.png

 

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

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

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors