<?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 &amp;quot;Value&amp;quot; Incorrect in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/KPI-quot-Value-quot-Incorrect/m-p/2959557#M98480</link>
    <description>&lt;P&gt;Hi Gallen,&amp;nbsp;&lt;/P&gt;&lt;P&gt;This worked, thank you so much!&amp;nbsp;&lt;/P&gt;&lt;P&gt;-Amanda&lt;/P&gt;</description>
    <pubDate>Fri, 09 Dec 2022 16:35:18 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-12-09T16:35:18Z</dc:date>
    <item>
      <title>KPI "Value" Incorrect</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/KPI-quot-Value-quot-Incorrect/m-p/2942954#M97266</link>
      <description>&lt;P&gt;Hi There,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to create a KPI card and having a heck of a time getting it to display properly.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;Table 1 - Task Detail&lt;/U&gt;&lt;/P&gt;&lt;P&gt;First table has information related to tasks on an individual level.&amp;nbsp; The "has breached" column is binary if the task breached it will show TRUE, if the task met deadline it will show FALSE.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;CALCULATED COLUMNS&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;DIV&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;Count Deadline Met = &lt;/SPAN&gt;&lt;SPAN&gt;COUNTAX&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;FILTER&lt;/SPAN&gt;&lt;SPAN&gt;(task_detail,task_detail[has_breached]=&lt;/SPAN&gt;&lt;SPAN&gt;FALSE&lt;/SPAN&gt;&lt;SPAN&gt;()),&lt;/SPAN&gt;&lt;SPAN&gt;TRUE&lt;/SPAN&gt;&lt;SPAN&gt;())&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;Total Tasks =&amp;nbsp;&lt;SPAN&gt;CALCULATE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;COUNT&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;task_sla&lt;/SPAN&gt;&lt;SPAN&gt;[TICKET_NUMBER]&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;SPAN&gt;ALL&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;task_sla&lt;/SPAN&gt;&lt;SPAN&gt;[BREACH_STATUS]&lt;/SPAN&gt;&lt;SPAN&gt;))&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;% of Deadline Tasks Met =&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;DIVIDE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;[Count Deadline Met]&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;[Total Tasks]&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;0&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;P&gt;&lt;U&gt;Table 2 - Deadline Target&lt;/U&gt;&lt;/P&gt;&lt;P&gt;Second table shows details regarding the deadline targets.&amp;nbsp; It shows "task type" which is joined to the task detail table. This table also has Expected and Minimum % of Deadline Tasks Met.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;Example:&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;Task Type&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |&amp;nbsp; &amp;nbsp;Expectation&amp;nbsp; &amp;nbsp;|&amp;nbsp; &amp;nbsp;Minimum&amp;nbsp; &amp;nbsp;| &lt;/U&gt;&lt;/P&gt;&lt;P&gt;Address Update&amp;nbsp; &amp;nbsp; &amp;nbsp;|&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;90%&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 85%&amp;nbsp; &amp;nbsp; &amp;nbsp; |&lt;/P&gt;&lt;P&gt;Phone Update&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;90%&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 85%&amp;nbsp; &amp;nbsp; &amp;nbsp; |&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I plug the fields into the KPI card, the percentage keeps showing 100% even though it is still showing correctly in the table format as shown in the screenshot below.&amp;nbsp; What am I missing?&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;&lt;img /&gt;&lt;/P&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;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Dec 2022 22:43:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/KPI-quot-Value-quot-Incorrect/m-p/2942954#M97266</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-12-01T22:43:47Z</dc:date>
    </item>
    <item>
      <title>Re: KPI "Value" Incorrect</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/KPI-quot-Value-quot-Incorrect/m-p/2944133#M97347</link>
      <description>&lt;P&gt;&lt;FONT size="4"&gt;&lt;SUP&gt;Hi Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&lt;/SUP&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="4"&gt;&lt;SUP&gt;&amp;nbsp;&lt;/SUP&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="4"&gt;&lt;SUP&gt;According to your description, your question is that the value in the KPI visuals is not consistent with the correct value in the table. &lt;/SUP&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="4"&gt;&lt;SUP&gt;There may be no constraints in the KPI visuals, which is different from the value environment in the table. &lt;/SUP&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="4"&gt;&lt;SUP&gt;You can try to add a slicer to select the corresponding Task. &lt;/SUP&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="4"&gt;&lt;SUP&gt;If it doesn't solve your question, please upload a sample file to further solve the question.&lt;/SUP&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="4"&gt;&lt;SUP&gt;&amp;nbsp;&lt;/SUP&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="4"&gt;&lt;SUP&gt;Best Regards,&lt;/SUP&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="4"&gt;&lt;SUP&gt;Gallen Luo&lt;/SUP&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Dec 2022 09:21:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/KPI-quot-Value-quot-Incorrect/m-p/2944133#M97347</guid>
      <dc:creator>v-jialluo-msft</dc:creator>
      <dc:date>2022-12-02T09:21:40Z</dc:date>
    </item>
    <item>
      <title>Re: KPI "Value" Incorrect</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/KPI-quot-Value-quot-Incorrect/m-p/2945312#M97401</link>
      <description>&lt;P&gt;Hi Gallen&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="462791" data-lia-user-login="v-jialluo-msft" class="lia-mention lia-mention-user"&gt;v-jialluo-msft&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I did filter the KPI Card for the specific task but am still getting an incorrect value percentage in the KPI card.&amp;nbsp; Please see the sample file attached here.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks so much.&lt;/P&gt;&lt;P&gt;Amanda&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LINK TO SAMPLE FILE:&amp;nbsp;&lt;/STRONG&gt;&lt;A title="Power BI File" href="https://stefaninilatam-my.sharepoint.com/:u:/r/personal/amanda_aragon_stefanini_com/Documents/Sharing_PowerBI/SAMPLE_PowerBI_KPICard.pbix?csf=1&amp;amp;web=1&amp;amp;e=TBiWny" target="_self"&gt;PowerBI File&amp;nbsp;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Dec 2022 20:15:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/KPI-quot-Value-quot-Incorrect/m-p/2945312#M97401</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-12-02T20:15:38Z</dc:date>
    </item>
    <item>
      <title>Re: KPI "Value" Incorrect</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/KPI-quot-Value-quot-Incorrect/m-p/2947124#M97548</link>
      <description>&lt;P&gt;Hi &amp;nbsp;Anonymous&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tried to download the sample file, but it shows that I don't have permission to access. You need to remove the access restriction or upload it to the attachment so can download it.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Gallen Luo&lt;/P&gt;</description>
      <pubDate>Mon, 05 Dec 2022 02:59:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/KPI-quot-Value-quot-Incorrect/m-p/2947124#M97548</guid>
      <dc:creator>v-jialluo-msft</dc:creator>
      <dc:date>2022-12-05T02:59:02Z</dc:date>
    </item>
    <item>
      <title>Re: KPI "Value" Incorrect</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/KPI-quot-Value-quot-Incorrect/m-p/2949160#M97688</link>
      <description>&lt;P&gt;Apologies, can you try this?&amp;nbsp; I am unable to include attachments on my posts in this thread for some reason.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A title="Power BI File" href="https://drive.google.com/drive/folders/1DY5-qNXJzGMnjC90pFOaOs2pHX57xDfH?usp=sharing" target="_self"&gt;https://drive.google.com/drive/folders/1DY5-qNXJzGMnjC90pFOaOs2pHX57xDfH?usp=sharing&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Dec 2022 17:33:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/KPI-quot-Value-quot-Incorrect/m-p/2949160#M97688</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-12-05T17:33:42Z</dc:date>
    </item>
    <item>
      <title>Re: KPI "Value" Incorrect</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/KPI-quot-Value-quot-Incorrect/m-p/2950069#M97759</link>
      <description>&lt;P&gt;Hi &amp;nbsp;Anonymous&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please follow these steps:&lt;BR /&gt;(1) Create new measure&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;goal = CALCULATE(MAX(sla[Expectation]),ALLSELECTED('task'))

Value = 
SUMX(SUMMARIZE(ALLSELECTED('task'),[Expectation],"1",DIVIDE([Count SLA Met],[Total Tasks],0)),[1])&lt;/LI-CODE&gt;
&lt;P&gt;&lt;BR /&gt;(2)Final output&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Gallen Luo&lt;BR /&gt;If this post &lt;STRONG&gt;&lt;EM&gt;helps&lt;/EM&gt;&lt;/STRONG&gt;, then please consider &lt;STRONG&gt;&lt;EM&gt;Accept it as the solution&lt;/EM&gt;&lt;/STRONG&gt; to help the other members find it more quickly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Dec 2022 03:22:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/KPI-quot-Value-quot-Incorrect/m-p/2950069#M97759</guid>
      <dc:creator>v-jialluo-msft</dc:creator>
      <dc:date>2022-12-06T03:22:09Z</dc:date>
    </item>
    <item>
      <title>Re: KPI "Value" Incorrect</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/KPI-quot-Value-quot-Incorrect/m-p/2959557#M98480</link>
      <description>&lt;P&gt;Hi Gallen,&amp;nbsp;&lt;/P&gt;&lt;P&gt;This worked, thank you so much!&amp;nbsp;&lt;/P&gt;&lt;P&gt;-Amanda&lt;/P&gt;</description>
      <pubDate>Fri, 09 Dec 2022 16:35:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/KPI-quot-Value-quot-Incorrect/m-p/2959557#M98480</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-12-09T16:35:18Z</dc:date>
    </item>
  </channel>
</rss>

