The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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!
Solved! Go to Solution.
calculate(
sum( T[TotalHours] ),
removefilters( )
)
calculate(
sum( T[TotalHours] ),
removefilters( )
)
User | Count |
---|---|
12 | |
9 | |
6 | |
6 | |
5 |
User | Count |
---|---|
24 | |
14 | |
14 | |
9 | |
7 |