The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi Everyone,
Please anyone help me in dax if condition
1. IF ( Plannedenddate > Actualenddate then "Delayed" )
Thank You
Solved! Go to Solution.
@Nihonadmin Please try this...
if(Plannedenddate > Actualenddate,"Delayed")
Proud to be a PBI Community Champion
Hi, thanks for the answer.
Actually, here is the condition which I want to apply, but could not achieve the result. I want to see the average for the date (today's date-7).
IF ( Actualenddate>Plannedenddate,"Delayed")
@Nihonadmin Please try this...
if(Plannedenddate > Actualenddate,"Delayed")
Proud to be a PBI Community Champion