Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
indu
Helper II
Helper II

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 7
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

Half Donut -1.PNGHalf Donut -2.PNGHalf Donut -3.PNG

 

v-huizhn-msft
Employee
Employee

Hi @indu,

Until now, there is no half donut visualization in Power BI, you can create a feature request here. There is a similar doughnut visual as follows, please review.

1.PNG

You can also use R script to create the expected chart. Please review the article:Create Power BI visuals using R. And please refer to the R script here.

Best Regards,
Angelia

Anonymous
Not applicable

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

 

Capture.PNG
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.

Anonymous
Not applicable

Hello!
How can I get this visual? what's the name?
Thanks

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.

 

Anonymous
Not applicable

Yes it can do that.  See:

 

Capture.PNG

Hi,

 

I tried Power bi With R.But it could not working.If you have code please share me.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.