Forum Discussion
Anonymous
2 years agoNot applicable
Need help to calculate days
Days between "Designstartdate" and "datesentforreview" How do i achieve this?
bhanu_gautam
Super User
2 years agoAnonymous , What is the relation between both tables
Anonymous
2 years agoNot applicable
Many to many? Beginner at power bi, any advice how can i calculate the days between two diff data set.
- bhanu_gautam2 years ago
Super User
Anonymous , Create a new calculated column by going to modelling tab and click on new column
DaysBetween =DATEDIFF('ArtworkTracker'[Designstartdate],RELATED('Review List'[datesentforreview]),DAY)- Anonymous2 years agoNot applicable
It gives me this
- Anonymous2 years agoNot applicable