Hi,
I want to calculate the time difference (datediff) in days between two dates: Timestamp and Date (blue). But I want to calculate this difference for the first date of date, for every IDs. If it is not the first date, it should return an empty value.
An example:
Thanks in advance
@Ley022 , Logic is not very clear.
You can try like
new column =
var _min = minx(filter(table,[Id] =earlier([ID])),[Date])
return
if([Date]=_min , datediff([date], [timestamp], day), blank())
Proud to be a Super User!
Featured Session: Drive Data Culture with Power BI- Vision, Strategy & Roadmap. Register here https://myignite.microsoft.com #MSIgnite #PowerPlatform #Power BI
Join digitally, March 2–4, 2021 to explore new tech that's ready to implement. Experience the keynote in mixed reality through AltspaceVR!
User | Count |
---|---|
49 | |
18 | |
13 | |
13 | |
9 |
User | Count |
---|---|
37 | |
26 | |
18 | |
15 | |
14 |