Reply
Topic Options
- 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
Percentage Measure Difficulty in a Table
03-26-2024
11:31 AM
Hi,
I have timesheets and they are broken down by Name, Category and Time Spent, I am trying to show in a table format what the percentage of each person's total time is being spent on each Category. This is an example of what I want it to look like below:
Name | Category | Time Spent | Percentage |
Sarah | Reports | 40 | 100% |
Jack | Project | 10 | 12.50% |
Jack | Meetings | 30 | 37.50% |
Jack | Reports | 25 | 31.25% |
Jack | Training | 15 | 18.75% |
Emma | Meetings | 25 | 50% |
Emma | Project | 25 | 50% |
I can't seem to work it out, if anyone knows how, please let me know.
Thanks
Solved! Go to Solution.
1 ACCEPTED SOLUTION
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2024
02:44 PM
Try the below:
Percentage =
var totalTimePerName = CALCULATE(SUM('Table'[Time Spent]), REMOVEFILTERS('Table'[Category]))
return DIVIDE(SUM('Table'[Time Spent]), totalTimePerName)
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2024
02:44 PM
Try the below:
Percentage =
var totalTimePerName = CALCULATE(SUM('Table'[Time Spent]), REMOVEFILTERS('Table'[Category]))
return DIVIDE(SUM('Table'[Time Spent]), totalTimePerName)

Helpful resources
Recommendations
Subject | Author | Posted | |
---|---|---|---|
05-24-2024 05:19 AM | |||
05-21-2024 11:31 PM | |||
10-04-2021 07:26 AM | |||
07-16-2024 11:24 AM | |||
02-29-2024 09:39 PM |
Featured Topics
Top Kudoed Authors (Last Month)
User | Count |
---|---|
121 | |
105 | |
84 | |
52 | |
46 |