March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
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:
I would greatly appreciate Your help.
BR,
Kris
Solved! Go to Solution.
Hi @TapZxK
First, create a measure
available in =
DATEDIFF ( TODAY (), MIN ( 'Table'[available as of] ), DAY )
Then, you will get the following
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.
Hi @TapZxK
First, create a measure
available in =
DATEDIFF ( TODAY (), MIN ( 'Table'[available as of] ), DAY )
Then, you will get the following
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.
@TapZxK use the DATEDIFF DAX to get the result. Refer the below screenshot.
@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)
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
124 | |
89 | |
84 | |
70 | |
51 |
User | Count |
---|---|
206 | |
143 | |
97 | |
79 | |
68 |