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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
AndreaCBS
Helper III
Helper III

Bug on a total ?

Hi!

 

I have this problem:

AndreaCBS_2-1721223356766.png


The auto total row on this table, and only for this column, show a number that is not correct. 

AndreaCBS_3-1721223403839.jpeg


I'm probably not seeing the error in front of my nose, so anyone can help me?

Thanks

 

 

 

 

 

1 ACCEPTED SOLUTION
miTutorials
Super User
Super User

You will have to handle the DAX little differently! If you can share your measure, I can try fixing it for you. Meanwhile, Check out the video below.

 

Incorrect Totals in Power BI ? Watch this | MiTutorials

View solution in original post

4 REPLIES 4
Brunner_BI
Super User
Super User

What is the expression of your calculation?

------------------------------------
Brunner BI focusing on Microsoft Power BI development and consulting
Developers of external tool "Measure Killer"
My blog
miTutorials
Super User
Super User

You will have to handle the DAX little differently! If you can share your measure, I can try fixing it for you. Meanwhile, Check out the video below.

 

Incorrect Totals in Power BI ? Watch this | MiTutorials

The tips in the video fix my problem, thanks for sharing.

Hi,
this is the meaasure:

 IF (
        ISBLANK([CI_Iva]) || [CI_Iva] = 0,
        0,
        IF (
            [CI_Incassato] + [CI_Dovuto] <> 0,
            DIVIDE([CI_Incassato] * [CI_Iva], [CI_Incassato] + [CI_Dovuto], 0)
        )
    )
THanks in advance, I will watch the video that you link


@Brunner_BI @miTutorials 

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 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
Top Kudoed Authors