<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: KPI Help in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/KPI-Help/m-p/4030800#M159393</link>
    <description>&lt;P class=""&gt;Hi,&lt;BR /&gt;Unfortunately I cannot share a pbix file as this is connected to a massive Dynamics365 database.&lt;BR /&gt;&lt;BR /&gt;The screenshots I've provided are not ideal but they are very simple to follow.&lt;BR /&gt;&lt;BR /&gt;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?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 08 Jul 2024 16:52:20 GMT</pubDate>
    <dc:creator>ArchStanton</dc:creator>
    <dc:date>2024-07-08T16:52:20Z</dc:date>
    <item>
      <title>KPI Help</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/KPI-Help/m-p/4030637#M159384</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I found this excellent &lt;A href="https://www.youtube.com/watch?v=X7Iqm6PjWow" target="_self"&gt;KPI video&lt;/A&gt; earlier that uses a customised Donut Chart to produce this great looking KPI visual below:&lt;BR /&gt;`&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to add the 75% target to the Donut but I'm not sure how - can anyone help?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;The Blue Segment has this measure:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;CAT 1 Closures = 
    CALCULATE(
        COUNTROWS(FILTER('Cases',
            'Cases'[statecode] = "Resolved")),
            'OS Case Complexity',
        'OS Case Complexity'[Value] = "Category 1")&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The Grey Segment has the following measure:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;CAT1 Cases Closed Under 18mths = 
    CALCULATE(
        COUNTROWS(FILTER('Cases',
        'Cases'[Validation to Closure] &amp;lt; 547.5)),
        'Cases'[statecode] = "Resolved",
        'OS Case Complexity'[Value] = "Category 1")&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My 75% Target is this simple measure:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Cat 1 Target = 0.75&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The 62.2% Cat 1 Closed &amp;lt;18mths CARD Visual =&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;% Cat 1 Cases Closed Under 18mths = 
    DIVIDE([CAT1 Cases Closed Under 18mths],[CAT 1 Closures])&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The &lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;-10.8%&lt;/STRONG&gt;&lt;/FONT&gt;&amp;nbsp;VS Target 75% CARD =&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Cat 1 Closures to Target = 
[% Cat 1 Cases Closed Under 18mths] - [Cat 1 Target]&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;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 &lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;-10.8%&lt;/STRONG&gt;&lt;/FONT&gt; shortfall somehow - maybe something like below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope all that makes sense!&lt;/P&gt;&lt;P&gt;Any help would be much appreciated...&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jul 2024 15:28:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/KPI-Help/m-p/4030637#M159384</guid>
      <dc:creator>ArchStanton</dc:creator>
      <dc:date>2024-07-08T15:28:11Z</dc:date>
    </item>
    <item>
      <title>Re: KPI Help</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/KPI-Help/m-p/4030756#M159385</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="415600" data-lia-user-login="ArchStanton" class="lia-mention lia-mention-user"&gt;ArchStanton&lt;/a&gt;&amp;nbsp;, and thank you for sharing a question with the Community.&amp;nbsp; &amp;nbsp;This reply is informational.&amp;nbsp; &amp;nbsp;Please&amp;nbsp;&amp;nbsp;remember to adhere to the decorum of the Community Forum when asking a question.&lt;BR /&gt;&lt;BR /&gt;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.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://community.fabric.microsoft.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-p/963216" target="_blank"&gt;https://community.fabric.microsoft.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-p/963216&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Please show the expected outcome based on the sample data you provided.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://community.fabric.microsoft.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523/highlight/true#M607150" target="_blank"&gt;https://community.fabric.microsoft.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523/highlight/true#M607150&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;This allows members of the Forum to assess the state of the model, report layer, relationships, and any DAX applied.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="color: darkblue;"&gt;&lt;EM&gt;If your requirement is solved, please make THIS ANSWER a SOLUTION &lt;/EM&gt;&lt;span class="lia-unicode-emoji" title=":heavy_check_mark:"&gt;✔️&lt;/span&gt;&lt;EM&gt; and help other users find the solution quickly. Please hit the LIKE &lt;/EM&gt;&lt;span class="lia-unicode-emoji" title=":thumbs_up:"&gt;👍&lt;/span&gt;&lt;EM&gt; button if this comment helps you.&amp;nbsp; Proud to be a Super User!&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jul 2024 16:34:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/KPI-Help/m-p/4030756#M159385</guid>
      <dc:creator>foodd</dc:creator>
      <dc:date>2024-07-08T16:34:16Z</dc:date>
    </item>
    <item>
      <title>Re: KPI Help</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/KPI-Help/m-p/4030800#M159393</link>
      <description>&lt;P class=""&gt;Hi,&lt;BR /&gt;Unfortunately I cannot share a pbix file as this is connected to a massive Dynamics365 database.&lt;BR /&gt;&lt;BR /&gt;The screenshots I've provided are not ideal but they are very simple to follow.&lt;BR /&gt;&lt;BR /&gt;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?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jul 2024 16:52:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/KPI-Help/m-p/4030800#M159393</guid>
      <dc:creator>ArchStanton</dc:creator>
      <dc:date>2024-07-08T16:52:20Z</dc:date>
    </item>
  </channel>
</rss>

