March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch 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!
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
114 | |
76 | |
57 | |
52 | |
44 |
User | Count |
---|---|
168 | |
116 | |
63 | |
57 | |
50 |