This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
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.
Solved! Go to Solution.
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))
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))
Check out the May 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 29 | |
| 27 | |
| 25 | |
| 20 | |
| 14 |
| User | Count |
|---|---|
| 53 | |
| 47 | |
| 22 | |
| 19 | |
| 18 |