Forum Discussion
Anonymous
3 years agoNot applicable
Adding Days in Date column in DQ Power Bi Model
Hi All,
When I am trying to add 1 day in date column in DQ Power Bi model it gives me below error
I am just using [Key Delivery Date]+1
Is there any other way to do it as cant do in M query as this is DQ model?
Thanks
2 Replies
- amitchandak
Super User
Anonymous ,
In M you should use Date.AddDays([Date], 1)
Power Query- Date.AddDays: https://youtu.be/S0CY1ZS_8eg
- AnonymousNot applicable
amitchandak @As I already said it doesn't support in direct query model