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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount 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.

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors
Top Kudoed Authors