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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
JoaoSifredo
Frequent Visitor

Calculate date difference over time

Hello community I can't calculate a measure that calculates days lost across 2 dates (beginning of the decline and end of the decline).

 

I have a fact table that shows me all the accidents, the date the accident occurred and the dates of sick leave.

 

How can I calculate the days lost?

 

JoaoSifredo_0-1704673095437.png

 

 

Thanks for the help.

2 REPLIES 2
v-weiyan1-msft
Community Support
Community Support

Hi @JoaoSifredo ,

 

Based on your description,
Please try code as below to create a measure.
My Sample:

vweiyan1msft_0-1704795608964.png

The lost days = DATEDIFF(SELECTEDVALUE('Table'[Inicio]),SELECTEDVALUE('Table'[Fim]),DAY)+1

Result is as below.

vweiyan1msft_1-1704795652506.png

Please correct me if I misunderstood your needs.

 

Best Regards,
Yulia Yan

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

@v-weiyan1-msft  Many thanks for the reply.

 

It's not the solution I want. I intend to know how many lost days I have each month. We have sick leave that lasts for several months. After applying slicers, I want to know how many days were lost each month. There may be casualties that start on the same day.

 

 

 

JoaoSifredo_0-1704808857147.png

 

 

 

 

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel1

Power BI Monthly Update - May 2024

Check out the May 2024 Power BI update to learn about new features.

Top Kudoed Authors