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

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
giorgilomidze
Resolver I
Resolver I

First date from date column

I need to have total number of days after first operation. Thus I'm trying to use this formula 
datediff(firstdate([datecolumn]),lastdate([datecolumn]),days) but its not working. am i doing something wrong?

1 ACCEPTED SOLUTION
giorgilomidze
Resolver I
Resolver I

I Used date format and it resolved problem  (taking .date from date/time format)

DATEDIFF(FIRSTDATE([Datecolumn].[Date]),LASTDATE([Datecolumn].[Date]),DAY)

View solution in original post

3 REPLIES 3
giorgilomidze
Resolver I
Resolver I

I Used date format and it resolved problem  (taking .date from date/time format)

DATEDIFF(FIRSTDATE([Datecolumn].[Date]),LASTDATE([Datecolumn].[Date]),DAY)

theitguy
Helper I
Helper I

Have you tried DAY instead of days as well?

 

datediff(firstdate([datecolumn]),lastdate([datecolumn]),DAY) 

It is "Datediff" Formula Option.

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.