Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
Nihonadmin
New Member

dax if condition for date

Hi Everyone,

 

Please anyone help me in  dax if condition 

 

1. IF ( Plannedenddate > Actualenddate then "Delayed" )

 

 

Thank You

1 ACCEPTED SOLUTION
PattemManohar
Community Champion
Community Champion

@Nihonadmin  Please try this...

 

if(Plannedenddate > Actualenddate,"Delayed")




Did I answer your question? Mark my post as a solution!

Proud to be a PBI Community Champion




View solution in original post

3 REPLIES 3
pallavinegi
Frequent Visitor

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).

Sheet1'[Sale Order Date].[Date]= today()-7
Thanks in advance!
Arul
Super User
Super User

IF ( Actualenddate>Plannedenddate,"Delayed")





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!


LinkedIn


PattemManohar
Community Champion
Community Champion

@Nihonadmin  Please try this...

 

if(Plannedenddate > Actualenddate,"Delayed")




Did I answer your question? Mark my post as a solution!

Proud to be a PBI Community Champion




Helpful resources

Announcements
Top Kudoed Authors