The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
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 |
---|---|
65 | |
62 | |
55 | |
53 | |
28 |
User | Count |
---|---|
181 | |
82 | |
67 | |
47 | |
44 |