Forum Discussion
Clustered Column Bar Graph - Analytics Tab - Calculating Avg. on Avg.
- 7 years ago
Hi Anonymous ,
You can create a new column to calculate average. The aim of it is to make the average sources consistent.
AVG = CALCULATE ( AVERAGE ( 'Table'[CSI] ), ALLEXCEPT ( 'Table', 'Table'[Band], 'Table'[Person] ) )Then you need to use line and clustered column chart, put the “AVG” to the “line value”.
Best Regards,
Eads
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hello Eads,
Thank you very much for your help.
Unfortunately this solution creates a problem in the visual.
Bellow is a picture of the reulting Graph (I replaced the name of the salesperson with the location of the store so that there wouldn't be a problem uploading the image).
Despite the value being the same (I checked the decimal places, the values are exactly the same) the line fluctuates, I have already seen some users reporting this issue and I believe Power BI team is already trying to solve the situation.
I will keep checking for an alternate solution and post it here for other users, if by any chance you have another sugstion please let me know.
Either way thank you very much for your help :)
hi Anonymous ,
Just go to y axis format pane and turn on secondary and then turn on align zeros.
- Anonymous7 years agoNot applicable
Thank you so much mussaenda :D it's perfect now!