This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreDid you hear? There's a new SQL AI Developer certification (DP-800). Start preparing now and be one of the first to get certified. Register now
Hi,
I have below if function where CY is equals to 12/31/2021 it should return Last Year. However formula returns 0. Anyone can help with what's causing this error?
Solved! Go to Solution.
Hi @dokat ,
Try the calculated column
Column = IF([CY]=DATE(2021,12,31),"Last Year","0")
Calculated columns and measures are different, please note.
What is the difference between Power BI calculated columns and measures? - TrueCue.
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @dokat
Can you try:
Measure = IF ( Table[Column] = DATE ( 2021, 12, 31 ) , 1 , 0 )
Hope it helps.
Theo
If I have posted a response that resolves your question, please accept it as a solution to formally close the post.
Also, if you are as passionate about Power BI, DAX and data as I am, please feel free to reach out if you have any questions, queries, or if you simply want to connect and talk to another data geek!
Want to connect?www.linkedin.com/in/theoconias
@TheoC Unfortunately it didnt work. And i'd like to make the lookup value to be dynamic rather than hard coded as it will change over time. '
Where formula equals to = 'Tier'{CY] (12/31/2021) Thanks
@dokat can you show me the screenshot of the error?
If I have posted a response that resolves your question, please accept it as a solution to formally close the post.
Also, if you are as passionate about Power BI, DAX and data as I am, please feel free to reach out if you have any questions, queries, or if you simply want to connect and talk to another data geek!
Want to connect?www.linkedin.com/in/theoconias
Hi @dokat ,
Try the calculated column
Column = IF([CY]=DATE(2021,12,31),"Last Year","0")
Calculated columns and measures are different, please note.
What is the difference between Power BI calculated columns and measures? - TrueCue.
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Check out the April 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 |
|---|---|
| 36 | |
| 33 | |
| 31 | |
| 21 | |
| 16 |
| User | Count |
|---|---|
| 66 | |
| 55 | |
| 31 | |
| 24 | |
| 23 |