Forum Discussion
Yrstruly1
6 years agoHelper I
A Single Value For Column Cannot Be Determined
Un trying to use this measure and im getting the above error. Column = IF('Table'[Delivery Date]<='Table'[Requested Delivery Date],"Yes","No") I also tried Column = (Dates2[Date1] - Dates2[Date2...
- Anonymous6 years ago
Hi Yrstruly1 ,
Column 2 = DATEDIFF(deliveries[promise_date],deliveries[delivered_date],DAY)
Regards,Harsh Nathani
Appreciate with a Kudos!! (Click the Thumbs Up Button)Did I answer your question? Mark my post as a solution!
Yrstruly1
6 years agoHelper I
This is suppose to count the days, not give a yes or no.
Anonymous
6 years agoNot applicable
Hi Yrstruly1 ,
Column 2 = DATEDIFF(deliveries[promise_date],deliveries[delivered_date],DAY)
Regards,
Harsh Nathani
Appreciate with a Kudos!! (Click the Thumbs Up Button)
Did I answer your question? Mark my post as a solution!