Forum Discussion

Saraswati_Kiran's avatar
Saraswati_Kiran
New Member
6 years ago
Solved

Bug in Total for Table Visual

Hi Community, I am having an issue with the total shown in Power BI Table Visual. Take for example the following image. The total should have been 2,912,655.  Why is it not showing the correct tota...
  • mahoneypat's avatar
    6 years ago

    Try using this measure instead.  It references your existing measure, and should give you the same values in the rows but correct total.  Replace Table with your actual table name.

     

    Amount 2 = SUMX(VALUES(Table[Speciality]), [Amount])

     

    If this works for you, please mark it as the solution.  Kudos are appreciated too.  Please let me know if not.

    Regards,

    Pat