Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hello
I have two dates column and i want to find the difference between them to calculate the number of days, so i am using the following expression but the problem is i need it to count the end date as well, i need to add one extra day to the result. How to do this? Is it possible to modify the expression below?
Days between = DATEDIFF(Orders[Order Date],Orders[Ship Date],DAY)
Also, what is the difference between using a calculated column for this purpose instead of a DAX measure? Is the calculated column a better approach? Why?
Solved! Go to Solution.
@Anonymous
Days between = DATEDIFF(Orders[Order Date],Orders[Ship Date],DAY) + 1
@Anonymous
Days between = DATEDIFF(Orders[Order Date],Orders[Ship Date],DAY) + 1
Hi there,
I thought that much as well, but when I tried + 1 it has also added extra lines in my visual as 1's.
My dates are MIN and MAX from DimDates[Date] for FactTable[Category] inactive relationship to FactTable[Date Key]. Got result via CROSSFILTER and USERELATIOSHIP. So assuming that +1 doesn't want to work properly because of that?
Thank you!
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.