Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowTry your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now
Hi,
I have a table with this columns:
RecordDate | TimeTracked | TeamMember | Activity
I need to get the daily average of time tracked for a user and an activity.
I'm using this measure
CALCULATE(AVERAGEX(VALUES(TimeExport[RecordDate]), TimeExport[TotalTracked]))
but this does not have in account days with no time tracked, this only gives me the average for all days with time tracked.
How can I do?
Any ideas?
Yes, of course.
| User | Count |
|---|---|
| 23 | |
| 19 | |
| 19 | |
| 17 | |
| 11 |
| User | Count |
|---|---|
| 55 | |
| 54 | |
| 41 | |
| 40 | |
| 30 |