Forum Discussion

lcerrapa's avatar
lcerrapa
Helper I
9 years ago
Solved

Is this a bug?

Hello.

I don't know if is this a bug or there is something that I can't see.
I use the same measure in two differents components in the Power BI Desktop, a table and a Waterfall Chart:

 

 

The total is different for the two components, but the partial data are the same. There are the same filters/interactions for all the components in the page.

Do you know what could be happening?

 

Many thanks in advance.

 

 

5 Replies

  • Greg_Deckler's avatar
    Greg_Deckler
    Community Champion

    Well, for the table component, it looks like you are 153710.05 off (lower). It's all about context. The waterfall chart has the correct total by my calculation. The important thing to remember about the table visualization is that with measures, it is not simply totaling the individual components but rather re-evaluating the measure in the context of all rows. I do not believe that is how the waterfall chart works because of the type of visual display it renders, that wouldn't make sense. So, if you have some negative numbers in your data, your table visualization would account for those and possibly throw off your numbers whereas with the waterfall chart it would not? Can't be certain without the raw data.