Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
Sample data below. Is it possible to add a total average coumn as shown below in a matrix? I do not want an average under each day.
| 1/1/2018 | 1/2/2018 | 1/3/2018 | Total | Average | |
| John | 5 | 10 | 15 | 30 | 10 |
| Jane | 2 | 4 | 6 | 12 | 4 |
Drag the same measure/column used to calculate total, say data, in the Values field and change the summarization to Average. In values field, data column will be repeated twice.
Is there a way for it to only show the average that is next to the total and not the averages in the invididual columns?
Try creating a new measure, using Average () and ALL () functions
Is there a way to only populate the final average? I dont need to see the daily averages.
What do you mean by final average? Do you mean the total for all days and customers & then divide the by total number of days?
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.