cancel
Showing results for 
Search instead for 
Did you mean: 

Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.

Reply
njd763
Regular Visitor

IF Statement

I am trying to do an IF statement comparing a column containing dates. Basically, I want to say IF an order date is between two dates, it is labeled as year 1.

 

EX:

If the order date is between 9/15/2015 and 8/31/2016, then it would be labeled as Buy Year 2016. 

If the order date is between 9/1/2016 and 8/31/2017, then it would be labeled as Buy Year 2017.

 

Can I do this with an IF statement? What is the best approach. The column with the order date is labeled as a date column. 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi

If(and(Orderdate>=date(2015,9,1),Orderdate<=date(2016,8,31),2016,

If(and(Orderdate>=date(2016,9,1),Orderdate<=date(20176,8,31),2017))

View solution in original post

1 REPLY 1
Anonymous
Not applicable

Hi

If(and(Orderdate>=date(2015,9,1),Orderdate<=date(2016,8,31),2016,

If(and(Orderdate>=date(2016,9,1),Orderdate<=date(20176,8,31),2017))

Helpful resources

Announcements
PBI November 2023 Update Carousel

Power BI Monthly Update - November 2023

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

Community News

Fabric Community News unified experience

Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.

Power BI Fabric Summit Carousel

The largest Power BI and Fabric virtual conference

130+ sessions, 130+ speakers, Product managers, MVPs, and experts. All about Power BI and Fabric. Attend online or watch the recordings.

Top Solution Authors
Top Kudoed Authors