- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

How to summarise a measure, currently not summing in matrix subtotals
Hi,
I have created a measure to calculate the number of weeks colleagues are behind on timesheets:
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

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...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

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.

Helpful resources
Subject | Author | Posted | |
---|---|---|---|
09-18-2024 12:09 PM | |||
08-23-2024 10:44 AM | |||
07-03-2024 12:41 AM | |||
04-11-2024 07:02 AM | |||
08-25-2024 08:26 AM |
User | Count |
---|---|
141 | |
115 | |
84 | |
63 | |
48 |