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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
ArchStanton
Impactful Individual
Impactful Individual

KPI Help

Hi,

 

I found this excellent KPI video earlier that uses a customised Donut Chart to produce this great looking KPI visual below:
`

ArchStanton_0-1720451027747.png

 

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:

 

ArchStanton_0-1720452349792.png

 

Hope all that makes sense!

Any help would be much appreciated...

Thanks

 

2 REPLIES 2
foodd
Super User
Super User

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!

ArchStanton
Impactful Individual
Impactful Individual

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?

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.