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

The FabCon + SQLCon recap series starts April 14th at 8am Pacific. If you’re tracking where AI is going inside Fabric, this first session is a can't miss. Register now

Reply
mathician
Helper II
Helper II

Create a precentage donut view

So im trying to create a donut chart that shows the precentage of opened email. Like this(img). I want it to highlight just opening precentage. So in this case 20.88%

mathician_0-1597838248569.png

 

The problem is my data looks like this. First how can change this to % and how can i highlight just the email opening of totalt email sent.

Emails sent:Id person:Date opened:Email_opened
1:46:20.08.20:20:05:06:1
1:33:20.08.20:20:05:06:0
1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @mathician ,

 

Create a visual as below, "email opened" as legend, count of "id person" as value. Then edit the Data colors under Format pane.

6.PNG

7.PNG

 

Best Regards,

Jay

View solution in original post

5 REPLIES 5
Anonymous
Not applicable

Hi @mathician ,

 

Create a visual as below, "email opened" as legend, count of "id person" as value. Then edit the Data colors under Format pane.

6.PNG

7.PNG

 

Best Regards,

Jay

MFelix
Super User
Super User

Hi @mathician ,

 

If you place on the legend the E-mail opened column then you just need to change the colors of different parts:

 

MFelix_1-1597839960549.png

 

 

If you want the card make a measure similar to this one:

 

 

Count of ID weighted by Count of Opened per Opened = 
CALCULATE(COUNT('Table (2)'[ID]), 'Table (2)'[Opened] = 1) / COUNT('Table (2)'[ID])

 

 

Check PBIX file attach and also check my blogpost about this type of custom formatting.

https://community.powerbi.com/t5/Community-Blog/Think-inside-the-box-Custom-visuals-using-Standard-V...

 

 

 


Regards

Miguel Félix


Did I answer your question? Mark my post as a solution!

Proud to be a Super User!

Check out my blog: Power BI em Português





when i try it, it comes with this.

mathician_0-1597842010793.png

 

Hi @mathician ,

 

On values place the count of ID and on legend place the e-mail open closed.


Regards

Miguel Félix


Did I answer your question? Mark my post as a solution!

Proud to be a Super User!

Check out my blog: Power BI em Português





amitchandak
Super User
Super User

@mathician , Not very clear. In donut, you have the option to display percent.

Screenshot 2020-08-04 20.43.49.png

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.