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

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

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
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

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

June 2025 community update carousel

Fabric Community Update - June 2025

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