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

Join the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now

Reply
MarshalSK
Resolver I
Resolver I

Getting Incorrect Grand Total in Matrix

Folks help me to get correct Total. 

DataSource - Super Store

Row - Sub Category

Column - Region

Values - Sum of Sales

 

MarshalSK_0-1702487816592.png

 

1 ACCEPTED SOLUTION

I figure out the calculation. Thanks.

Measure 2 = SUMX(
SUMMARIZE(Orders,Orders[Segment],Orders[Region]),
CALCULATE([Measure])
)

View solution in original post

3 REPLIES 3
MarshalSK
Resolver I
Resolver I

@Ritaf1983 

Datasource link - https://data.world/stanke/sample-superstore-2018

For your convenience, you can use any data source when you filter the measure, grand total will not match. 

 

data without filter(sum of sales > 100000), getting correct total

MarshalSK_1-1702493497996.png

 

data with filter(sum of sales > 100000), NOT getting correct total.

MarshalSK_2-1702493660582.png

Below is the expected output 

MarshalSK_0-1702493458276.png

Let me know the best way to achieve expected result.

Ritaf1983
Super User
Super User

Hi @MarshalSK 

Please provide sample data that covers your issue or question completely, in a usable format (not as a screenshot).
https://community.powerbi.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-...
Please show the expected outcome based on the sample data you provided.

https://community.powerbi.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523

Regards,
Rita Fainshtein | Microsoft MVP
https://www.linkedin.com/in/rita-fainshtein/
Blog : https://www.madeiradata.com/profile/ritaf/profile

I figure out the calculation. Thanks.

Measure 2 = SUMX(
SUMMARIZE(Orders,Orders[Segment],Orders[Region]),
CALCULATE([Measure])
)

Helpful resources

Announcements
April Power BI Update Carousel

Power BI Monthly Update - April 2026

Check out the April 2026 Power BI update to learn about new features.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

FabCon and SQLCon Highlights Carousel

FabCon &SQLCon Highlights

Experience the highlights from FabCon & SQLCon, available live and on-demand starting April 14th.