Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Vote for your favorite vizzies from the Power BI Dataviz World Championship submissions. Vote 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.
Vote for your favorite vizzies from the Power BI World Championship submissions!
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 56 | |
| 52 | |
| 45 | |
| 17 | |
| 16 |
| User | Count |
|---|---|
| 108 | |
| 107 | |
| 39 | |
| 33 | |
| 25 |