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 want to calcuate my lead time. I have a table in the following format (example recreated...)
I now would like to have a calculation that returns me the time between those dates in number of days. However, I cannot seem to get this in a DAX measure, only in a calculated column (using DATEDIFF). However I believe a measure would be better as my data source is unfortunately excel...
Anyone can help with how this can work in a DAX measure? When I try DATEDIFF in a measure, I can't select my columns in my table...
Solved! Go to Solution.
pls try
datediff(max(start date),max(release date),day)
Proud to be a Super User!
pls try
datediff(max(start date),max(release date),day)
Proud to be a Super User!
@ryan_mayu you are my hero hahah. Sometimes I don't remember the simple options.
THANKS!
you are welcome
Proud to be a Super User!
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.