Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.
Hi Guys,
I have the below table. I'm trying to calculate a simple average. I would like to display the average amount of calls offered per DayofWeekName. The result table would just show Mon to Friday and the average calls offered for that of the week, based on the Month Year selected from the slicer.
Hope this makes sense
Thanks
Queue | DayOfWeekName | Month Year | Calls Offered |
Queue 1 | Wednesday | 2021-03 | 2 |
Queue 2 | Sunday | 2021-03 | 2 |
Queue 3 | Wednesday | 2021-03 | 2 |
Queue 4 | Friday | 2021-03 | 2 |
Queue 5 | Tuesday | 2021-03 | 2 |
Queue 6 | Tuesday | 2021-03 | 2 |
Queue 7 | Monday | 2021-03 | 2 |
Queue 8 | Sunday | 2021-03 | 2 |
Queue 9 | Saturday | 2021-03 | 2 |
Queue 5 | Tuesday | 2021-03 | 2 |
Queue 7 | Saturday | 2021-03 | 2 |
Queue 6 | Saturday | 2021-03 | 2 |
Queue 6 | Friday | 2021-03 | 2 |
Queue 4 | Friday | 2021-03 | 2 |
Queue 4 | Friday | 2021-03 | 2 |
Queue 5 | Tuesday | 2021-03 | 2 |
Queue 9 | Monday | 2021-03 | 3 |
Queue 7 | Saturday | 2021-03 | 2 |
Queue 4 | Monday | 2021-03 | 2 |
Queue 6 | Thursday | 2021-03 | 2 |
Queue 3 | Wednesday | 2021-03 | 2 |
Queue 4 | Monday | 2021-03 | 3 |
Queue 6 | Saturday | 2021-03 | 3 |
Queue 10 | Saturday | 2021-03 | 3 |
Queue 3 | Monday | 2021-03 | 3 |
Queue 6 | Friday | 2021-03 | 3 |
Queue 3 | Friday | 2021-03 | 3 |
Queue 6 | Monday | 2021-03 | 3 |
Queue 11 | Monday | 2021-03 | 3 |
Queue 12 | Monday | 2021-03 | 3 |
Queue 3 | Wednesday | 2021-03 | 3 |
Queue 3 | Wednesday | 2021-03 | 3 |
Queue 4 | Tuesday | 2021-03 | 3 |
Queue 3 | Monday | 2021-03 | 3 |
Queue 6 | Monday | 2021-03 | 3 |
Queue 3 | Wednesday | 2021-03 | 4 |
Queue 11 | Thursday | 2021-03 | 4 |
Hi @craigmon ,
Can't this work for your scenario?
Best Regards,
Icey
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @craigmon , Try this:
Calls = COUNTROWS(SUMMARIZE(Calls,Calls[DayOfWeekName],Calls[Calls]))
Thanks, I've used the below but I'm getting very low results
@craigmon , I think you should sum up
example
01 Calls = Averagex(SUMMARIZE(Query1, Query1[DayOfWeekName],"_1" , Sum(Query1[QueueOffered])), [_1])
Check out the November 2023 Power BI update to learn about new features.
Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.
Join us for a free, hands-on Microsoft workshop led by women trainers for women where you will learn how to build a Dashboard in a Day!