Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Hello -
I have a Measure that is calculating the number of staff required based on call volumes and length of calls and am looking to aggregate that measure as a total for the day and eventually week.
My measure currently shows the daily staff required for the day's average by hour instead of the total for the day . Is there a way to take the sum of this measure? 2+7+11+12+12+11+13+13+12+10 = 93 required instead of 11
In the above example i just need the bottom row to show the total for the day similar to how the # of calls is displayed.
Solved! Go to Solution.
@Anonymous , Try measure like
sumx(values(Table[Hour]),[Required])
or
sumx(summarize(Table[Hour], "_1",[Required]),[_1])
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
61 | |
56 | |
55 | |
36 | |
34 |
User | Count |
---|---|
77 | |
73 | |
45 | |
45 | |
43 |