Forum Discussion

Shamatix's avatar
Shamatix
Post Partisan
6 years ago
Solved

Missing rows when using SUM

Hi fellow users of Power Bi,

 

I have a table lets say it contains 3 colums A, B and C and has the Following Values

 

A  |B |C

Bo|1 |0

Bo|1 |0

Kik|2|3

-------

    |4|3

 

But today in power bi when I use a "SUM" it shows it as follows:

A  |B |C

Bo|2 |0

Kik|2|3

-------

    |4|3

 

I Know I can add a unique ID column to the table and that it will turn out correctly and show ALL the rows, but I find it to be an ugly solution. How can I have it shows the totals at the bottom AND all the rows, without making some "Hack solution" if you get me ๐Ÿ™‚

Best regards

  • dax's avatar
    dax
    6 years ago

    Hi Shamatix , 

    There is no method could achieve this directly. So one workaround is that you could show detail data in table and show total in Card like below

    Best Regards,
    Zoe Zhi

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

     

9 Replies