The ultimate Microsoft Fabric, Power BI, Azure AI, and SQL learning event: Join us in Stockholm, September 24-27, 2024.
Save €200 with code MSCUST on top of early bird pricing!
Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
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.
Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.
Check out the August 2024 Power BI update to learn about new features.
User | Count |
---|---|
111 | |
79 | |
71 | |
48 | |
41 |
User | Count |
---|---|
138 | |
108 | |
71 | |
64 | |
58 |