Forum Discussion
Anonymous
6 years agoNot applicable
Replicate IF Formula in DAX
Based on screenshot below, I need the following logic to be replicated in DAX: IF(Job_Booking_DateTime < 12 midday, IF(hour of Job_Booking_DateTime + hours in Acceptance_Elapsed_Time <24), "Y","N"),...
- 6 years ago
Hi Anonymous ,
If this solves your problem, please mark it as a solution so that others may find it more quickly!
Thank you,
Nathaniel
Nathaniel_C
Community Champion
6 years agoHi Anonymous ,
Wrap this around the above formula, and fill in the date.
If this solves your issues, please mark it as the solution, so that others can find it easily. Kudos are nice too.
Nathaniel
If (WEEKDAY(Date, 2) = 6 || WEEKDAY(Date,2) = 7, “”,The formula applied above)
Anonymous
6 years agoNot applicable
Nathaniel_C thank you but there some blanks in Acceptance_DateTime column so how do I include IF Blank(), return " "?
- Anonymous6 years agoNot applicable
Nathaniel_C its ok I fixed it. Thank you again for you help, appreciate it.
- Nathaniel_C6 years ago
Community Champion
Hi Anonymous ,
If this solves your problem, please mark it as a solution so that others may find it more quickly!
Thank you,
Nathaniel