<?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 Changes / Variance over time in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Changes-Variance-over-time/m-p/1425794#M26555</link>
    <description>&lt;P&gt;Hey community!&lt;/P&gt;&lt;P&gt;I have a sales table with the following columns:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Order Nr&lt;/LI&gt;&lt;LI&gt;Order Date&lt;/LI&gt;&lt;LI&gt;Value&lt;/LI&gt;&lt;LI&gt;Item&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;I also have a budget table:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Item&lt;/LI&gt;&lt;LI&gt;Budget&lt;/LI&gt;&lt;LI&gt;Month&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;These tables are linked with the Item Key and also with the calendar table.&lt;/P&gt;&lt;P&gt;Then I have a simple measure like&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;DIVIDE ( [Sales], [Budget])&lt;/LI-CODE&gt;&lt;P&gt;Now I would like to show the change per day, per week, and per month. I would like to use a drill down from month to week and to date.&lt;/P&gt;&lt;P&gt;For Instance&lt;/P&gt;&lt;P&gt;01.01.2020 = 95%&lt;/P&gt;&lt;P&gt;02.01.2020 = 98%&lt;/P&gt;&lt;P&gt;The change would be = 3%.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How would you call such a measure?&lt;/P&gt;&lt;P&gt;And how would you build that?&lt;/P&gt;</description>
    <pubDate>Sat, 10 Oct 2020 15:35:04 GMT</pubDate>
    <dc:creator>joshua1990</dc:creator>
    <dc:date>2020-10-10T15:35:04Z</dc:date>
    <item>
      <title>Changes / Variance over time</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Changes-Variance-over-time/m-p/1425794#M26555</link>
      <description>&lt;P&gt;Hey community!&lt;/P&gt;&lt;P&gt;I have a sales table with the following columns:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Order Nr&lt;/LI&gt;&lt;LI&gt;Order Date&lt;/LI&gt;&lt;LI&gt;Value&lt;/LI&gt;&lt;LI&gt;Item&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;I also have a budget table:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Item&lt;/LI&gt;&lt;LI&gt;Budget&lt;/LI&gt;&lt;LI&gt;Month&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;These tables are linked with the Item Key and also with the calendar table.&lt;/P&gt;&lt;P&gt;Then I have a simple measure like&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;DIVIDE ( [Sales], [Budget])&lt;/LI-CODE&gt;&lt;P&gt;Now I would like to show the change per day, per week, and per month. I would like to use a drill down from month to week and to date.&lt;/P&gt;&lt;P&gt;For Instance&lt;/P&gt;&lt;P&gt;01.01.2020 = 95%&lt;/P&gt;&lt;P&gt;02.01.2020 = 98%&lt;/P&gt;&lt;P&gt;The change would be = 3%.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How would you call such a measure?&lt;/P&gt;&lt;P&gt;And how would you build that?&lt;/P&gt;</description>
      <pubDate>Sat, 10 Oct 2020 15:35:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Changes-Variance-over-time/m-p/1425794#M26555</guid>
      <dc:creator>joshua1990</dc:creator>
      <dc:date>2020-10-10T15:35:04Z</dc:date>
    </item>
    <item>
      <title>Re: Changes / Variance over time</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Changes-Variance-over-time/m-p/1426399#M26580</link>
      <description>If you want to use a standard calendar to do this, it'll be almost impossible. For weeks you have to use one of the industry-standard calendars, for instance, the ISO-week calendar. This is because weeks do not go evenly into months....</description>
      <pubDate>Sun, 11 Oct 2020 16:18:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Changes-Variance-over-time/m-p/1426399#M26580</guid>
      <dc:creator>daxer-almighty</dc:creator>
      <dc:date>2020-10-11T16:18:31Z</dc:date>
    </item>
    <item>
      <title>Re: Changes / Variance over time</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Changes-Variance-over-time/m-p/1426454#M26586</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="255913" data-lia-user-login="daxer-almighty" class="lia-mention lia-mention-user"&gt;daxer-almighty&lt;/a&gt;&amp;nbsp;@Thanks! Actually I am working with a fiscal calendar with specific start dates for each fiscal month based on the 445 approach.&lt;/P&gt;&lt;P&gt;that should work, right?&lt;/P&gt;</description>
      <pubDate>Sun, 11 Oct 2020 18:53:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Changes-Variance-over-time/m-p/1426454#M26586</guid>
      <dc:creator>joshua1990</dc:creator>
      <dc:date>2020-10-11T18:53:20Z</dc:date>
    </item>
  </channel>
</rss>

