<?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: Compare data with previous period/last month in Desktop</title>
    <link>https://community.fabric.microsoft.com/t5/Desktop/Compare-data-with-previous-period-last-month/m-p/257317#M114709</link>
    <description>&lt;P&gt;Hello, thanks your reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've used the steps as advised and recieve the following error message&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To be clear, i am trying to compare the data that is in the same table, I.E January E2B against Feb's?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I may have gone wrong somewhere, i'm really new to Dax, so can't really troubleshoot that well.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 22 Sep 2017 12:05:47 GMT</pubDate>
    <dc:creator>SteveRB</dc:creator>
    <dc:date>2017-09-22T12:05:47Z</dc:date>
    <item>
      <title>Compare data with previous period/last month</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Compare-data-with-previous-period-last-month/m-p/256696#M114396</link>
      <description>&lt;P&gt;Hello i've looked through many posts, and i am unable to find a solution to my issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a table that is presenting reporting %'s&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to be able to present the same Report Form against the previous month.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Steps i have taken so far, i have created a date table (see below)&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;I have linked it up with my table, using the month number&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is my table with the data in, i need to show on a graph the previous month's data. I.E Feb&amp;nbsp;E2B Drug &amp;nbsp;vs Jan E2B drug?&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;If i include the report forms as a filter, they stack up the month's rather than split them as two individual figures on a graph?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any solution will greatly be appreciated&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Sep 2017 15:49:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Compare-data-with-previous-period-last-month/m-p/256696#M114396</guid>
      <dc:creator>SteveRB</dc:creator>
      <dc:date>2017-09-21T15:49:22Z</dc:date>
    </item>
    <item>
      <title>Re: Compare data with previous period/last month</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Compare-data-with-previous-period-last-month/m-p/257168#M114638</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="42601" data-lia-user-login="SteveRB" class="lia-mention lia-mention-user"&gt;SteveRB&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You could first add a calculated column.&lt;/P&gt;
&lt;PRE&gt;Prev =
LOOKUPVALUE (
    Table1[% on time],
    Table1[Report Form], Table1[Report Form],
    Table1[Monthno], DATE ( YEAR ( Table1[Monthno] ), MONTH ( Table1[Monthno] ) - 1, 1 )
)
&lt;/PRE&gt;</description>
      <pubDate>Fri, 22 Sep 2017 08:36:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Compare-data-with-previous-period-last-month/m-p/257168#M114638</guid>
      <dc:creator>v-chuncz-msft</dc:creator>
      <dc:date>2017-09-22T08:36:14Z</dc:date>
    </item>
    <item>
      <title>Re: Compare data with previous period/last month</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Compare-data-with-previous-period-last-month/m-p/257317#M114709</link>
      <description>&lt;P&gt;Hello, thanks your reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've used the steps as advised and recieve the following error message&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To be clear, i am trying to compare the data that is in the same table, I.E January E2B against Feb's?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I may have gone wrong somewhere, i'm really new to Dax, so can't really troubleshoot that well.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Sep 2017 12:05:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Compare-data-with-previous-period-last-month/m-p/257317#M114709</guid>
      <dc:creator>SteveRB</dc:creator>
      <dc:date>2017-09-22T12:05:47Z</dc:date>
    </item>
    <item>
      <title>Re: Compare data with previous period/last month</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Compare-data-with-previous-period-last-month/m-p/257329#M114717</link>
      <description>&lt;P&gt;Just to add further clarification and understanding of my issue&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The below screenshot, is showing two months of E2B data however they are collating into the one column rather than splitting across the months&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My aim is to get them split across the two month.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Sep 2017 12:21:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Compare-data-with-previous-period-last-month/m-p/257329#M114717</guid>
      <dc:creator>SteveRB</dc:creator>
      <dc:date>2017-09-22T12:21:16Z</dc:date>
    </item>
    <item>
      <title>Re: Compare data with previous period/last month</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Compare-data-with-previous-period-last-month/m-p/258291#M115225</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="42601" data-lia-user-login="SteveRB" class="lia-mention lia-mention-user"&gt;SteveRB&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Take a close look at the third parameter.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Sep 2017 08:42:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Compare-data-with-previous-period-last-month/m-p/258291#M115225</guid>
      <dc:creator>v-chuncz-msft</dc:creator>
      <dc:date>2017-09-25T08:42:10Z</dc:date>
    </item>
    <item>
      <title>Re: Compare data with previous period/last month</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Compare-data-with-previous-period-last-month/m-p/259243#M115725</link>
      <description>&lt;P&gt;Thanks, slowly getting there :). I think&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;How do i get around this? I typed in excel 01/01/2017 and Power Bi changes it to 1 January 2017?&lt;/P&gt;</description>
      <pubDate>Tue, 26 Sep 2017 10:29:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Compare-data-with-previous-period-last-month/m-p/259243#M115725</guid>
      <dc:creator>SteveRB</dc:creator>
      <dc:date>2017-09-26T10:29:44Z</dc:date>
    </item>
    <item>
      <title>Re: Compare data with previous period/last month</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Compare-data-with-previous-period-last-month/m-p/259762#M115999</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="42601" data-lia-user-login="SteveRB" class="lia-mention lia-mention-user"&gt;SteveRB&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Again, take a closer look at the formula. To change the format, you may select the column and then use the Format drop-down menu from Modeling tab.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Sep 2017 05:18:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Compare-data-with-previous-period-last-month/m-p/259762#M115999</guid>
      <dc:creator>v-chuncz-msft</dc:creator>
      <dc:date>2017-09-27T05:18:25Z</dc:date>
    </item>
  </channel>
</rss>

