Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Ley022
Frequent Visitor

datediff for first dates

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:

 

Imagen1.jpg

 

Thanks in advance

1 REPLY 1
amitchandak
Super User
Super User

@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())

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.

Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.