Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
I am currently using this formula to add a calculated column to my data
Solved! Go to Solution.
@effertz12 , yes, as this based on today this should change
if month is a date then prefer
CurrentMo = IF(month(STEPCHART5[Month]) >=MONTH(TODAY()),"yes","no").
@effertz12 , yes, as this based on today this should change
if month is a date then prefer
CurrentMo = IF(month(STEPCHART5[Month]) >=MONTH(TODAY()),"yes","no").