Forum Discussion

houstonking's avatar
houstonking
New Member
2 years ago

Donut chart format

Hello i have a list where productivity is converted into text - I need to plot it in a donut chart - so the donut chart needs to show good is 60% and Bad 20% and okay 20%. Please help. Thanks

Name    Type

Emp a.    Good

Emp b.    Good

emp c.    Good

emp d.    Bad

emp e     Okay

4 Replies

  • Anonymous's avatar
    Anonymous
    Not applicable

    Hi houstonking 

     

    Put the Type field in legend and the name field in values.

     

     

     

     

    Best Regards,

    Jayleny

     

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

    • Anonymous's avatar
      Anonymous
      Not applicable

      Hi houstonking 

       

      Since I can't reproduce the problem you mentioned, can you provide detailed sample pbix file and the results you expect.So that I can help you better. Please remove any sensitive data in advance.

       

       

       

       

       

       

      Best Regards,

      Jayleny

       

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

  • Hi,

    Write this measure and drag it to the chart

    Measure = divide(countrows(Data),calculate(countrows(Data),all(Data[Name])))