<?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: Power KPI Matrix Setting Targets in Custom Visuals Development Discussion</title>
    <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Power-KPI-Matrix-Setting-Targets/m-p/674053#M2088</link>
    <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/112988"&gt;@v-evelk&lt;/a&gt;Thank you, that is helpful!&lt;BR /&gt;&lt;BR /&gt;Another question about the matrix custimization, is it possible to add an indicator color in the Second Comparison?&lt;BR /&gt;It doesn't seem to be an option...&lt;/P&gt;</description>
    <pubDate>Fri, 19 Apr 2019 16:42:04 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-04-19T16:42:04Z</dc:date>
    <item>
      <title>Power KPI Matrix Setting Targets</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Power-KPI-Matrix-Setting-Targets/m-p/671291#M2064</link>
      <description>&lt;P&gt;How do I create these targets in the right format for the Matrix?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to use the KPI Matrix (imported from marketplace) and looked through &lt;A title="" href="https://visuals.azureedge.net/app-store/PowerKPIMatrix.2.0.0.0.pbix" target="_self" rel="nofollow noopener noreferrer"&gt;this tutorial&lt;/A&gt; .&lt;/P&gt;&lt;P&gt;I've gotten my matrix to look like this, I need help with KPI Status and Comparison Values.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="example5.JPG" style="width: 652px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/159214i24EE0C263B7EE244/image-size/large?v=v2&amp;amp;px=999" role="button" title="example5.JPG" alt="example5.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. Comparison Values&lt;/P&gt;&lt;P&gt;Some of the targets I sent are static numbers and some are dynamic.&lt;BR /&gt;Example:&lt;BR /&gt;Metric - Cycle Time&lt;/P&gt;&lt;P&gt;Comparison Value - 55 days (static)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Metric - Number of Completions&lt;/P&gt;&lt;P&gt;Comparison Value - Change from previous month (dynamic)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. KPI Status&lt;/P&gt;&lt;P&gt;From what I've seen this is a mix of KPI Indicator Index and Indicator Value -- how do I manipulate my data or construct a table or measure to correctly show these?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help very appreciated!&lt;/P&gt;</description>
      <pubDate>Tue, 16 Apr 2019 16:57:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Power-KPI-Matrix-Setting-Targets/m-p/671291#M2064</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-04-16T16:57:58Z</dc:date>
    </item>
    <item>
      <title>Re: Power KPI Matrix Setting Targets</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Power-KPI-Matrix-Setting-Targets/m-p/672205#M2073</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;First of all it is necessery to clarify what type of data format you use Row-based or Column-based.&lt;/P&gt;&lt;P&gt;Also you can switch matrix from marketplace into table format and you will see how data is structurized.&lt;/P&gt;&lt;P&gt;For KPI Status visualization matrix uses field from "KPI Indicator Index" bucket but you need calculate that index for your data regarding your own criteria comparing actual data and comparison data in a row.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For instance, you have actual data in a row as 8 and your target data is 10, let's suppose that it is 80% of target and you can suppose that is is a good result and bind it to index 1, but for actual value 6-8 you can suppose that it is average result and bind it to index 2, 5 and lower is bad and bind it to index 3. Finally you wil get something like the following:&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Actual&lt;/TD&gt;&lt;TD&gt;Target&lt;/TD&gt;&lt;TD&gt;KPI_Index&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;8&lt;/TD&gt;&lt;TD&gt;10&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;6&lt;/TD&gt;&lt;TD&gt;10&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;4&lt;/TD&gt;&lt;TD&gt;10&lt;/TD&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then you need set up colors and icons for corresponding indx only in the format panel.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Evgenii Elkin,&lt;BR /&gt;Software Engineer&lt;BR /&gt;Microsoft Power BI Custom Visuals&lt;BR /&gt;pbicvsupport@microsoft.com&lt;/P&gt;</description>
      <pubDate>Wed, 17 Apr 2019 14:10:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Power-KPI-Matrix-Setting-Targets/m-p/672205#M2073</guid>
      <dc:creator>v-evelk</dc:creator>
      <dc:date>2019-04-17T14:10:12Z</dc:date>
    </item>
    <item>
      <title>Re: Power KPI Matrix Setting Targets</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Power-KPI-Matrix-Setting-Targets/m-p/674053#M2088</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/112988"&gt;@v-evelk&lt;/a&gt;Thank you, that is helpful!&lt;BR /&gt;&lt;BR /&gt;Another question about the matrix custimization, is it possible to add an indicator color in the Second Comparison?&lt;BR /&gt;It doesn't seem to be an option...&lt;/P&gt;</description>
      <pubDate>Fri, 19 Apr 2019 16:42:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Power-KPI-Matrix-Setting-Targets/m-p/674053#M2088</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-04-19T16:42:04Z</dc:date>
    </item>
    <item>
      <title>Re: Power KPI Matrix Setting Targets</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Power-KPI-Matrix-Setting-Targets/m-p/674951#M2091</link>
      <description>&lt;P&gt;No, it is impossible and we aren't sure that it has a sense.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you suppose that it is a valuable option you can &lt;A href="https://community.powerbi.com/t5/Custom-Visuals-Ideas/idb-p/CustomVisualsIdeas" target="_self"&gt;create an idea here&lt;/A&gt; and if it gets a lot of votes we will consider to add this feature in the next releases.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Evgenii Elkin,&lt;BR /&gt;Software Engineer&lt;BR /&gt;Microsoft Power BI Custom Visuals&lt;BR /&gt;pbicvsupport@microsoft.com&lt;/P&gt;</description>
      <pubDate>Mon, 22 Apr 2019 15:32:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Power-KPI-Matrix-Setting-Targets/m-p/674951#M2091</guid>
      <dc:creator>v-evelk</dc:creator>
      <dc:date>2019-04-22T15:32:33Z</dc:date>
    </item>
  </channel>
</rss>

