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

hours between tow dates and percentage

Hi

 

How to find hours between two dates and percentage ?

 

Capture.PNG

 

Above example, how to write dax expression to hours and percentage.

 

Thanks

kunuthuri

1 ACCEPTED SOLUTION
quentin_vigne
Solution Sage
Solution Sage

Hi @Anonymous

 

Use DATEDIFF() 

 

- Quentin

View solution in original post

5 REPLIES 5
quentin_vigne
Solution Sage
Solution Sage

Hi @Anonymous

 

Use DATEDIFF() 

 

- Quentin

Anonymous
Not applicable

Can you explain the DAX expression?

@Anonymous

 

You add DATEDIFF(StartDate;EndDate;Hours)

 

- Quentin

Anonymous
Not applicable

Capture2.PNG

Above date diff no hours, minutes, second etc.....

@Anonymous

 

Column = DATEDIFF('Monthly Activity'[dStartDate],'Monthly Activity'[dEndDate],HOURS)

 

Should work

 

- Quentin

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