Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi,
I have created a measure to calculate the number of weeks colleagues are behind on timesheets:
Solved! Go to Solution.
Try it like this.
Weeks Overdue Totaled =
SUMX ( Contacts_Table, [Weeks Overdue] )
You use your existing measure and iterate over the contacts table so the totals add up correctly.
Try it like this.
Weeks Overdue Totaled =
SUMX ( Contacts_Table, [Weeks Overdue] )
You use your existing measure and iterate over the contacts table so the totals add up correctly.
The Timesheet_Report contains Contact ID, which have a relationship with a seperate data table that includes the ID and contact name. The Contact ID then has a second relationship with another data table with includes the contact ID and team ID and the the team ID is joined to another dataset that has the team ID and the team name. How do you propose the SUMX code looks? Because the numbers I want to summarise come from the difference between the last submission and the end of the previous week. I tried...
How is your data laid out? Do you have your teams and members in a separate table that is linked to the Timesheet_Report? You will need to used a SUMX with your measure to calculate the correct subtotals.
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!