- 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

Calculate total time in meeting during work day.
Hi!
So i'm trying to do a report where we calculate how much time each person is in a meeting per day but I can't figure out how to mesure it and show it in a graph.
So the plan is to be able to see how much that % person time is spend in meeting for a specific day, month, year etc.
Fields:
User(String): , Meeting Start time(datetime) , Meeting end time(datetime), duration (datetime)

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Hi @Nickhe
I have found some scenarios that are similar to your needs, you can refer to them, maybe it will give you some inspiration and help to build a model .
https://community.powerbi.com/t5/Desktop/Calculating-Network-Hours-Working-Hours/m-p/673423
https://community.powerbi.com/t5/Desktop/How-to-calculate-net-working-days/m-p/421021
https://community.powerbi.com/t5/Desktop/Number-of-working-days/m-p/22842
https://community.powerbi.com/t5/Desktop/Calculating-Working-hours/m-p/374255
Best Regard
Community Support Team _ Ailsa Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

You should be able to sum the duration column and divide by the # of hrs in a working day. However, any conflicting meetings would be double counted. If so, I would recommend you set up a Time table in your model with a row for every 15 or 30 min. You can then split your Start and End Time columns into separate Date and Time columns. With no relationship between the tables, you can write a DAX measure that iterates over each row in the Time table (for each Date) and checks if there is at least one meeting at that time to be counted (Start Time <= this time && End Time >= this time).
Please also see this article - Calculate and Format Durations in DAX – Hoosier BI
Pat
Did I answer your question? Mark my post as a solution! Kudos are also appreciated!
To learn more about Power BI, follow me on Twitter or subscribe on YouTube.
@mahoneypa HoosierBI on YouTube

Helpful resources
Subject | Author | Posted | |
---|---|---|---|
08-19-2024 11:43 PM | |||
03-20-2023 08:09 PM | |||
08-06-2023 03:36 AM | |||
10-02-2023 12:59 PM | |||
Anonymous
| 04-14-2023 06:35 AM |
User | Count |
---|---|
137 | |
107 | |
85 | |
59 | |
46 |