Forum Discussion
avg calculation
Below is the link to the pbix file that I need assistance with. I want to use a formula that will allow for the total score formula to show the avg if you select several months. So basically in the example below you will see that I have 2 months selected and for July and August and I would expect for CALL FAILURE to see 41.56 as the avg of those 2 months combined but the system aggreagtes the data and gives me an average that is based on the incidents rates for each respective month.
https://drive.google.com/file/d/1uQ2B43axGYoh1_FahMefoBlvV_Ew7ebG/view?usp=sharing
Hi,
I selected Call failure in the slicer visual and create a seperate card visual. In that card visual, i dragged this measure
Measure=AVERAGEX(SUMMARIZE(VALUES('Calendar'[Month]),[Month],"ABCD",[RESULTS_SCORE]),[ABCD])
Hope this helps.
8 Replies
- Ashish_MathurSuper User
Hi,
I selected Call failure in the slicer visual and create a seperate card visual. In that card visual, i dragged this measure
Measure=AVERAGEX(SUMMARIZE(VALUES('Calendar'[Month]),[Month],"ABCD",[RESULTS_SCORE]),[ABCD])
Hope this helps.
- nmck86Post Patron
Ashish did it work when you selected 3 or 4 months as well? I am going to test it out now but thought I would ask if you noticed if it worked. I noticed that for one or 2 months it works good but for other months being added it stopped shoing the true average.
- Ashish_MathurSuper User
Hi,
It works very well. I selected May - Aug and the result is 39.00%.
- nmck86Post Patron
Can you share the file also?
- Ashish_MathurSuper User