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
TapZxK
Helper II
Helper II

How to Create Days Left?

Hi Guys, 

 

I have done this in Excel but am strugling to recreate in Power BI. 

 

I have a dedicated Calendar table with [Dates] Column.

I have a Scheduling Manager table that contains [Scheduled Start Date] Column.

I have established a One to Many relationship between these tables. 

 

I'm trying to represent how many days have left or passed since the last asignment date of a team member relative to todays date. 

 

Excel Screenshot attached for visual representation:

 

TapZxK_0-1618821971223.png

 

 

I would greatly appreciate Your help.

 

BR,

Kris

1 ACCEPTED SOLUTION
v-xiaotang
Community Support
Community Support

Hi @TapZxK 

if you want to solve it by using measure, you can take steps below for reference.

First, create a measure

 

available in =

DATEDIFF ( TODAY (), MIN ( 'Table'[available as of] ), DAY )

 

Then, you will get the following

v-xiaotang_0-1619083533687.png

Is this the result you want? Hope this is useful to you.

 

Best Regards,

Community Support Team _ Tang

If this post helps, please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

3 REPLIES 3
v-xiaotang
Community Support
Community Support

Hi @TapZxK 

if you want to solve it by using measure, you can take steps below for reference.

First, create a measure

 

available in =

DATEDIFF ( TODAY (), MIN ( 'Table'[available as of] ), DAY )

 

Then, you will get the following

v-xiaotang_0-1619083533687.png

Is this the result you want? Hope this is useful to you.

 

Best Regards,

Community Support Team _ Tang

If this post helps, please consider Accept it as the solution to help the other members find it more quickly.

Tahreem24
Super User
Super User

@TapZxK use the DATEDIFF DAX to get the result. Refer the below screenshot. 

Capture.PNG

Don't forget to give thumbs up and accept this as a solution if it helped you!!!

Please take a quick glance at newly created dashboards : Restaurant Management Dashboard , HR Analytics Report , Hotel Management Report, Sales Analysis Report , Fortune 500 Companies Analysis , Revenue Tracking Dashboard
amitchandak
Super User
Super User

@TapZxK ,Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.

usually

datediff([Scheduled Start Date] , today(), day)

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
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