Forum Discussion

indu's avatar
indu
Helper II
9 years ago

Half Donut

HI,

 

I want to create half donut report.

values = c(50, 10, 10),

labels = c("Warn", "Error", "Fatal"),

COuld you please help me on this.

 

 

7 Replies

    • Anonymous's avatar
      Anonymous
      Not applicable

      There is a Guage custom visual that i've used in several projects already.  Looks like this:

       


      You should be able to find it in the store (Free)

      EDIT: Although i didn't show it here, it can handle the 3 ranges you seek.

      • indu's avatar
        indu
        Helper II

        HI,

         

        In Gauge Chart,we need to give max or min value.

        But In my requirement we need to display 3 values based on legend values.for that in my mind we have donut chart.but it is occupy fully.I need half donut only.

         

  • SeckinYilmaz's avatar
    SeckinYilmaz
    Frequent Visitor

    1. Add a calculate for total values. 

    TotalValue =  SUM(Table[High AP]) + SUM(Table[Medium AP]) + SUM(Table[Low AP])

    2. Add this value to your donut chart.

    3. Change start ange as 270 degree

    4. Then change the "TotalValue" label color as white

    5. Finally create a white box on TotalValue lagend and detail label