Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
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])
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
User | Count |
---|---|
118 | |
72 | |
71 | |
57 | |
49 |
User | Count |
---|---|
167 | |
83 | |
68 | |
66 | |
55 |