Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more
I want to calculate days between "DesignStartdate" and "datesentforreview"
I have created a relationship and still unable to derive the number of days required between dates.
Solved! Go to Solution.
Thanks for your insight, bhanu_gautam.
@Anonymous , if you want to calculate days between "DesignStartdate" and "datesentforreview", you need to make sure there's a valid relationship.
In this case, the relationship is one-to-one, and the number of days can be successfully calculated. Create a measure to return days.
Measure = DATEDIFF(MAX('Artwork Tracker'[DesignStartdate]),MAX('Review List'[datesentforreview]),DAY)
If the relationship is a one-to-many pair, the number of days can also be successfully calculated.
If the above requirements do not meet you, please provide more details. It's a good idea to provide some simple sample data and the desired results, as I did.
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Thanks for your insight, bhanu_gautam.
@Anonymous , if you want to calculate days between "DesignStartdate" and "datesentforreview", you need to make sure there's a valid relationship.
In this case, the relationship is one-to-one, and the number of days can be successfully calculated. Create a measure to return days.
Measure = DATEDIFF(MAX('Artwork Tracker'[DesignStartdate]),MAX('Review List'[datesentforreview]),DAY)
If the relationship is a one-to-many pair, the number of days can also be successfully calculated.
If the above requirements do not meet you, please provide more details. It's a good idea to provide some simple sample data and the desired results, as I did.
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@Anonymous ,
Create a new calculated column by going to modelling tab and click on new column
Proud to be a Super User! |
|
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.