Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
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%
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 |
Solved! Go to Solution.
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.
Best Regards,
Jay
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.
Best Regards,
Jay
Hi @mathician ,
If you place on the legend the E-mail opened column then you just need to change the colors of different parts:
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.
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em Portuguêswhen i try it, it comes with this.
Hi @mathician ,
On values place the count of ID and on legend place the e-mail open closed.
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsIf you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 48 | |
| 45 | |
| 41 | |
| 20 | |
| 17 |
| User | Count |
|---|---|
| 69 | |
| 64 | |
| 32 | |
| 31 | |
| 27 |