We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now
Hi,
I found this excellent KPI video earlier that uses a customised Donut Chart to produce this great looking KPI visual below:
`
I would like to add the 75% target to the Donut but I'm not sure how - can anyone help?
The Blue Segment has this measure:
CAT 1 Closures =
CALCULATE(
COUNTROWS(FILTER('Cases',
'Cases'[statecode] = "Resolved")),
'OS Case Complexity',
'OS Case Complexity'[Value] = "Category 1")
The Grey Segment has the following measure:
CAT1 Cases Closed Under 18mths =
CALCULATE(
COUNTROWS(FILTER('Cases',
'Cases'[Validation to Closure] < 547.5)),
'Cases'[statecode] = "Resolved",
'OS Case Complexity'[Value] = "Category 1")
My 75% Target is this simple measure:
Cat 1 Target = 0.75
The 62.2% Cat 1 Closed <18mths CARD Visual =
% Cat 1 Cases Closed Under 18mths =
DIVIDE([CAT1 Cases Closed Under 18mths],[CAT 1 Closures])
The -10.8% VS Target 75% CARD =
Cat 1 Closures to Target =
[% Cat 1 Cases Closed Under 18mths] - [Cat 1 Target]
I'm finding this difficult because unlike in the video my target is a % instead of a set number, so, what I really need is 75% of however many Category 1 cases there are and then highlight the -10.8% shortfall somehow - maybe something like below:
Hope all that makes sense!
Any help would be much appreciated...
Thanks
Hello @ArchStanton , and thank you for sharing a question with the Community. This reply is informational. Please remember to adhere to the decorum of the Community Forum when asking a question.
Please provide your work-in-progress Power BI Desktop file (with sensitive information removed) that covers your issue or question completely in a usable format (not as a screenshot). You can upload the PBIX file to a cloud storage service such as OneDrive, Google Drive, Dropbox, or to a Github repository, and then share a file’s URL.
https://community.fabric.microsoft.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-...
Please show the expected outcome based on the sample data you provided.
https://community.fabric.microsoft.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447...
This allows members of the Forum to assess the state of the model, report layer, relationships, and any DAX applied.
If your requirement is solved, please make THIS ANSWER a SOLUTION ✔️ and help other users find the solution quickly. Please hit the LIKE 👍 button if this comment helps you. Proud to be a Super User!
Hi,
Unfortunately I cannot share a pbix file as this is connected to a massive Dynamics365 database.
The screenshots I've provided are not ideal but they are very simple to follow.
The only other option I have is perhaps to recreate everything in Excel and share a pbix file that way but that will take time - I'm not 100% if this is even achievable in terms of what I need to enter in the underlying excel?
If 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 |
|---|---|
| 16 | |
| 10 | |
| 10 | |
| 7 | |
| 5 |