Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
Power2BI
Frequent Visitor

Manage Matrix Collapse summarization - Average instead of SUM

 

Hello Folxs,

 

I need support to manage the view of the matrix ( Matrix Collapse summarization - Average instead of SUM) in PowerBI as in screenshot below.

1. The matrix missing some infomration from the orginal table, sumrizing the simiar rows, which not needed and need to show all records.

2. Show the avreage for main collapse instead of SUM the Target %! for 3 level of Type, Cat and SubCat. As in screenshot below (Attached the powerbi file Link to PowerBI File 😞
Screenshot Test.jpg

 

Much apprciated !

Thanks,

AMD

 

 

1 ACCEPTED SOLUTION
DataInsights
Super User
Super User

@Power2BI,

 

It's best practice to create explicit measures instead of using implicit measures. Try creating these explicit measures:

 

Sum Sales = SUM ( Table3[Sales] )
Sum Target = SUM ( Table3[Target] )
Target Percent = DIVIDE ( [Sum Sales], [Sum Target] )

 

DataInsights_2-1699717657861.png

 





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




View solution in original post

1 REPLY 1
DataInsights
Super User
Super User

@Power2BI,

 

It's best practice to create explicit measures instead of using implicit measures. Try creating these explicit measures:

 

Sum Sales = SUM ( Table3[Sales] )
Sum Target = SUM ( Table3[Target] )
Target Percent = DIVIDE ( [Sum Sales], [Sum Target] )

 

DataInsights_2-1699717657861.png

 





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors