Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi community
I have one question with my dataset, I need to calculate the average of rows (each row represents a task) that a team member has per week, for example:
Lisa's tasks
Week Tasks (count of rows)
1 5
2 8
3 11
Total 24 tasks in 3 weeks = 8 tasks in Avg per week
I'd like to visual a table with each team member in one column and the avg tasks per week in values
I don't know how to get this done, so I appreciate your help, thanks!
Hi,
Share the source data in a format that can be pasted in an MS Excel file.
Hello @algoritmia_pbi,
You can use DAX to calculate the average number of tasks per week for each team member in a separate column of your dataset. Here's how you can do it:
Create a calculated column in your dataset by clicking on "New Column" in the "Modeling" tab of the Power BI Desktop ribbon. Name the column "Tasks per Week" or something similar.
Use the following DAX formula to calculate the average number of tasks per week for each team member:
Tasks per Week = DIVIDE([Tasks], [Weeks])
This formula divides the total number of tasks for each team member by the number of weeks they've been working.
Add a table visualization to your report and drag the team member column and the "Tasks per Week" column onto it.
You should now see a table with each team member in one column and their average number of tasks per week in another column.
I hope this helps! Let me know if you have any further questions.
Best regards,
Isaac Chavarria
If this post helps, then please consider Accepting it as the solution and give Kudos to help the other members find it more quickly
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
69 | |
68 | |
40 | |
29 | |
26 |
User | Count |
---|---|
86 | |
49 | |
45 | |
38 | |
37 |