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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
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!
User | Count |
---|---|
98 | |
76 | |
69 | |
53 | |
27 |