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

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
Benedikt_Sch
Helper I
Helper I

Wrong/different sum when using different fields

 

hello,

I have a strange problem and unfortunately can not find out the reason. I load data of a table with facts and dimensions.
When I select a measure I get a sum. If I call the same mesasure but with other dimensions this value changes.

 

Benedikt_Sch_0-1681976903164.png

 

 

If it were only small deviations I would have suspected roundings.

I have only loaded one table. No transformations were done or filters set. How can it be that the totals are different?

I have also tried the show items with no data option. No difference. All data of the dimensions are filled, no null values.

Does anyone have an idea what the problem could be?

 

Greetings

Benedikt

2 REPLIES 2
Benedikt_Sch
Helper I
Helper I

Update 2:

If i do refresh. the total sums for the imported Data query also changes every time 😲.

Direct query sums, still the same.

Benedikt_Sch
Helper I
Helper I

i have new informations for this problem.

The tables have 4.000.000 Rows and the measure is a decimal (38,6).

If I do it via direct query, all sums are the same. But if I use import mode without any additional steps, the sums seems to be corrupt.

 

I can also reproduce it via Dax.

 

 

Sum 1Sum 2 
EVALUATE(
        SUMMARIZECOLUMNS(
             "IsGrandTotalRowTotal"),
            "Sum a", (SUM('Query1'[Column a ])),
        )

)
EVALUATE(
        SUMMARIZECOLUMNS(
            ROLLUPADDISSUBTOTAL('Query1'[DIM_stil], "IsGrandTotalRowTotal"),
            "Sum a", (SUM('Query1'[Column a ])),
        )

)
 
8360059,404000258360059,77300027 

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

Check out the February 2026 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.