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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Scotto133
Frequent Visitor

Total Hours for each EmployeeID and DateDim_Key Regardless of any filters/fields

I have a table with the total hours for each employee.  The table has fields like ProjectID, TaskID, and the Total Hours are on each row.  
I need help with DAX to Sum(TotalHours) so it totals regardless of any other field, or filter,  All help is much appreciated!

1 ACCEPTED SOLUTION
daXtreme
Solution Sage
Solution Sage

calculate(
  sum( T[TotalHours] ),
  removefilters( )
)

View solution in original post

1 REPLY 1
daXtreme
Solution Sage
Solution Sage

calculate(
  sum( T[TotalHours] ),
  removefilters( )
)

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 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.