Forum Discussion

nmck86's avatar
nmck86
Post Patron
7 years ago
Solved

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...
  • Ashish_Mathur's avatar
    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.