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.
nmck86
7 years agoPost Patron
Thank you again for saving the day!!!! I appreciate your help!!! AGAIN!
Ashish_Mathur
7 years agoSuper User
You are welcome.
- nmck867 years agoPost Patron
Ashish_Mathur i am using this formula and it is not recongizing the dataset when there is no value in a field... for instance OCT YTD we have no values for 3 months so when the avg is happening it is doing essentially divide by 7 instead of divide by 10. Any thoughts on how to not have this happen?