Forum Discussion
Simple Average
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
- nmck867 years agoPost 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])- nmck867 years agoPost 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.- Anonymous7 years agoNot applicable
nmck86,
I am not clear about your expected result. Could you please elaborate more about the desired result based on the PBIX file?
Regards,
Lydia
- nmck867 years agoPost PatronHello!
I have a measure in power bi that has the % breakdown for a particular category and after I get that I am attempting to create an average. This average however is excluding the months without values. Is there a way to get Power BI to include those months with no values? In the below example I am expecting to see 19.07 or close to that.
It may require a date_dim tbl that I didnt create in the file I am sharing but wanted to give an example quickly.- AlexisOlson7 years agoSuper User
FYI, I can't open the file. What version did you author it with? I tried to open with latest (December) version of Power BI Desktop.