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

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
AA622
Helper II
Helper II

Custom Column Duration.Days (include first day)

Hello

 

I am trying to create a custom column to show the difference in days between 2 dates. 

 

I need to include the first date in the count

Ex

pcreatedon: 12/5/2023

createdon: 12/6/2023 

 

I need this to show as 2 instead of the 1 day difference we usually use.

 

I am using:

Duration.Days([pcreatedon]-[createdon])

 

How do I get the count to show 2??

 

1 ACCEPTED SOLUTION
ryan_mayu
Super User
Super User

@AA622 

try to add +1 in the end

Duration.Days([pcreatedon]-[createdon]) +1





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




View solution in original post

2 REPLIES 2
ryan_mayu
Super User
Super User

@AA622 

try to add +1 in the end

Duration.Days([pcreatedon]-[createdon]) +1





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




This seems to work. I want grab the days and filter out weekend and holidays. I have a calendar table where I have a column indicating if a weekday is a weekend/holiday. Weekday = 1 else =0.

How would I go about this

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

60 days of Data Days Carousel

Data Days 2026

Join Fabric Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.