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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
manojsv16
Helper II
Helper II

Matrix - How to avoid Total and Subtotal aggregation for a field

Hello Team,

 

I am working on a report that has a requirement that i want to create a matrix with following information.

 

Rows

1. State

2. Region

3. City     

Values

1. Customers

2. Billed

3. % Billed 

 

% Billing is measure calcualted based on the formulat ( # Billed/ #customers ) in percentage. I would like to have the total and subtotals for Customers, Billed value field in matrix. But for % Billed, I don't want to see the total and subtotal aggregation based on Rows.

 

Please help me in how to avoid the total and subtotal only for % Billed measures. I know we can either have total and subtotal for all values or avoid for all values. but ,i dont know how to avoid for a value fields.

 

I would appreciate any suggestions on resolving this issue.

Capture.PNG

 

 

 

 

 

 

 

 

 

Thank you!!

1 ACCEPTED SOLUTION
v-yulgu-msft
Microsoft Employee
Microsoft Employee

Hi @manojsv16,

 

Please refer to below measure:

Bill% = IF(ISINSCOPE('Test Data'[City]),SUM('Test Data'[Bill])/SUM('Test Data'[Customer]))

1.PNG2.PNG

Best regards,

Yuliana Gu

Community Support Team _ Yuliana Gu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

1 REPLY 1
v-yulgu-msft
Microsoft Employee
Microsoft Employee

Hi @manojsv16,

 

Please refer to below measure:

Bill% = IF(ISINSCOPE('Test Data'[City]),SUM('Test Data'[Bill])/SUM('Test Data'[Customer]))

1.PNG2.PNG

Best regards,

Yuliana Gu

Community Support Team _ Yuliana Gu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors