Forum Discussion
nmck86
7 years agoPost Patron
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 e...
- 7 years ago
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.
Ashish_Mathur
7 years agoSuper 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.
nmck86
7 years agoPost 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.