<?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: Create a KPI target based on the previous year value in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-a-KPI-target-based-on-the-previous-year-value/m-p/3699477#M143880</link>
    <description>&lt;P&gt;Working.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 01 Mar 2024 14:20:18 GMT</pubDate>
    <dc:creator>game1</dc:creator>
    <dc:date>2024-03-01T14:20:18Z</dc:date>
    <item>
      <title>Create a KPI target based on the previous year value</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-a-KPI-target-based-on-the-previous-year-value/m-p/3698060#M143826</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I want a target that shoud multiply the number of items of the previous year or month with&amp;nbsp;&lt;SPAN&gt;1.8.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;So, for example, I have &lt;STRONG&gt;4&lt;/STRONG&gt; items in &lt;U&gt;2022&lt;/U&gt;. To calculate my Target for &lt;U&gt;2023&lt;/U&gt;, it must be -&amp;gt; Target = &lt;STRONG&gt;4&lt;/STRONG&gt; * 1.8&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;items date&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;car &amp;nbsp; &amp;nbsp; 2022/06/19&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;table &amp;nbsp;2023/10/11&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;chair &amp;nbsp;2022/10/11&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;table &amp;nbsp;2022/06/11&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;car &amp;nbsp; &amp;nbsp;&amp;nbsp;2022/06/13&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;house&amp;nbsp;2023/02/11&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Mar 2024 14:24:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-a-KPI-target-based-on-the-previous-year-value/m-p/3698060#M143826</guid>
      <dc:creator>game1</dc:creator>
      <dc:date>2024-03-01T14:24:56Z</dc:date>
    </item>
    <item>
      <title>Re: Create a KPI target based on the previous year value</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-a-KPI-target-based-on-the-previous-year-value/m-p/3698152#M143830</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="659758" data-lia-user-login="game1" class="lia-mention lia-mention-user"&gt;game1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please use&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Count =&lt;/SPAN&gt; &lt;SPAN&gt;COUNT&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;TestTbl7&lt;/SPAN&gt;&lt;SPAN&gt;[items]&lt;/SPAN&gt;&lt;SPAN&gt;)*&lt;/SPAN&gt;&lt;SPAN&gt;1.8&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2024 07:07:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-a-KPI-target-based-on-the-previous-year-value/m-p/3698152#M143830</guid>
      <dc:creator>talespin</dc:creator>
      <dc:date>2024-02-14T07:07:18Z</dc:date>
    </item>
    <item>
      <title>Re: Create a KPI target based on the previous year value</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-a-KPI-target-based-on-the-previous-year-value/m-p/3698434#M143848</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="659758" data-lia-user-login="game1" class="lia-mention lia-mention-user"&gt;game1&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I assume you also have date table having relation with your data table&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Pre Year Items =&lt;/SPAN&gt; &lt;SPAN&gt;CALCULATE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;COUNT&lt;/SPAN&gt;&lt;SPAN&gt;('Table'&lt;/SPAN&gt;&lt;SPAN&gt;[Item]&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;SPAN&gt;SAMEPERIODLASTYEAR&lt;/SPAN&gt;&lt;SPAN&gt;('&lt;/SPAN&gt;&lt;SPAN&gt;DateTable'&lt;/SPAN&gt;&lt;SPAN&gt;[Date]&lt;/SPAN&gt;&lt;SPAN&gt;)) * &lt;/SPAN&gt;&lt;SPAN&gt;1.8&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 14 Feb 2024 09:42:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-a-KPI-target-based-on-the-previous-year-value/m-p/3698434#M143848</guid>
      <dc:creator>VillyMBI</dc:creator>
      <dc:date>2024-02-14T09:42:44Z</dc:date>
    </item>
    <item>
      <title>Re: Create a KPI target based on the previous year value</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-a-KPI-target-based-on-the-previous-year-value/m-p/3699477#M143880</link>
      <description>&lt;P&gt;Working.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Mar 2024 14:20:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-a-KPI-target-based-on-the-previous-year-value/m-p/3699477#M143880</guid>
      <dc:creator>game1</dc:creator>
      <dc:date>2024-03-01T14:20:18Z</dc:date>
    </item>
    <item>
      <title>Re: Create a KPI target based on the previous year value</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-a-KPI-target-based-on-the-previous-year-value/m-p/3700634#M143916</link>
      <description>&lt;P&gt;Please find the link&amp;nbsp;&lt;A title="PBI file" href="https://drive.google.com/file/d/13HwSu2AemP2D8ej3IbQSp19cJLVTSXQE/view?usp=sharing" target="_self"&gt;Test.pbix&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I hope this will help you&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2024 08:17:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-a-KPI-target-based-on-the-previous-year-value/m-p/3700634#M143916</guid>
      <dc:creator>VillyMBI</dc:creator>
      <dc:date>2024-02-15T08:17:21Z</dc:date>
    </item>
  </channel>
</rss>

