Forum Discussion
nmck86
7 years agoPost Patron
Simple Average
Hello! I have been using an AVERAGEX formula in power bi; however, I am noticing that this formula doesn’t work with breakdowns by category. I want to be able to take the average and divide it y total months of data available and it seems to only do the average over months with data available. I want the divide to be simple division over month no matter if a value is available or not.
11 Replies
- v-yuta-msftCommunity Support
Hi nmck86,
"When I do the math of happy-mad I expect Category_Breakdownto tie to Total_Score and it does! However, I need this to be the same for the new AVG formula that I am leveraging. I need my AVG formula to tie back to the Category Breakdown2"
<--- Your requirement is not so clear, could you please clarify more details about your logic and what you want to achieve? For example, are you doubting whether result of [AVG] is different from [Total_Score]?
Regards,
Jimmy Tao
- nmck86Post PatronHi,
I would like for my results below to total 19.06% instead of 27.24%. Since some months do not have values my formula is excluding those records. In this case it would be divided by 10 because there are only 10 months but it will change every month depending on the months selected. For instance next month it will be 12 months of data even if all months do not have values I need the data to divide by the full 12 months for the average.
Current formula:
AVG_Category_Breakdown =
AVERAGEX(SUMMARIZE(VALUES('download to use'[Month]),[Month],"ABCD",[Category_Breakdown]),[ABCD])- nmck86Post PatronLet me explain.
Category_Breakdown ties to Total_Score and that is correct. However, the Category_Breakdown2 (the formula you shared) is giving me the same results as Category_Breakdown. However, I need this to be the same for the new AVG formula that I am leveraging.
I think this all has something to do with the AVG formula that I am using to simply get a straight average. I need my percentage breakdown to work using a similar functionality. I need the breakdown to also be a simple AVG.