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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
Anonymous
Not applicable

Today's Date + measure (integer)

I've created a measure that projects the number of days left to complete a project

 

Projected number of days till completion = backlog/average worked per day

 

I'm wanting to return today's date + projected number of days till completion

for example: today's date + 5 and i want it to return in a (1/11/1111) if possible Thank you ! 

 

4 REPLIES 4
Anonymous
Not applicable

@Anonymous 

You can create a table with working dates only based on the calendar. Then used that column as the data column.

Table 2 = CALCULATETABLE('Table',FILTER('Table',WEEKDAY([Date],2)<>6 && WEEKDAY([Date],2)<>7))

 

Paul Zheng

 

amitchandak
Super User
Super User

@Anonymous 

Try like

Measure = Today +5

 

Or

measure =

var _1 = maxx(Table,Table[Col])

Return

Measure = Today +_1

 

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
Anonymous
Not applicable

I'm wanting to take into account working days

 

What I want: 

Projected date = Today + measure 

so if it was a thursday and the measure output was 2 I would want to display monday's Date , 2 being + 2 working days not calendar days

 

Sorry if i was vague, i'm wanting to Add the measure (projected number of days till completion) to today's date but in terms of working days to exclude weekends

 

Anonymous
Not applicable

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors