Forum Discussion

Ashley's avatar
Ashley
Helper II
3 years ago
Solved

Power BI doughnut chart

Hi there,   I seem to be struggling with how this Power BI visual should work. It seems simple enough, however in my current doughnut chart I have two values. 1) Customer value and 2) total value. ...
  • rsbin's avatar
    3 years ago

    Ashley,

    I believe what you want to do is create another Measure:

     

    Remainder = [Total] - [Customer]

     

    This will give a value of ~ 300.

    Then use Customer and Remainder in your Visual.

     

    Trust this is what you are looking for.

    Regards,