<?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: Summarize Same Day not date last year in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Summarize-Same-Day-not-date-last-year/m-p/1341460#M23967</link>
    <description>&lt;P&gt;Hi Amitchandak,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is the table I am working on :&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It is about the column in the red circle.&amp;nbsp;&lt;BR /&gt;Here I want the cumulative values based on column "2019".&lt;/P&gt;&lt;P&gt;Column "2019" is calculated :&amp;nbsp;&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;FONT size="1 2 3 4 5 6 7"&gt;Covid Quantity Sum Same day LY = calculate(sum('CombinedFacts'[Sum of CalculatedQuantity]),sameperiodlastyear(DATEADD(DateTable[Date],+2,DAY)))&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
    <pubDate>Wed, 02 Sep 2020 13:31:44 GMT</pubDate>
    <dc:creator>Jeanneke</dc:creator>
    <dc:date>2020-09-02T13:31:44Z</dc:date>
    <item>
      <title>Summarize Same Day not date last year</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Summarize-Same-Day-not-date-last-year/m-p/1341302#M23958</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a DAX measure for calculating the same day last year (not the same date).&amp;nbsp;&lt;/P&gt;&lt;P&gt;This measure look like this :&lt;/P&gt;&lt;DIV class="lia-message-body lia-component-message-view-widget-body lia-component-body-signature-highlight-escalation lia-component-message-view-widget-body-signature-highlight-escalation"&gt;&lt;DIV class="lia-message-body-content"&gt;&lt;PRE&gt;Quantity same day LY = calculate(sum('Table'[Quantity]),sameperiodlastyear(DATEADD(DateTable[Date],-1,DAY)))&lt;/PRE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;Now I want to create a new measure for summarizing this measure, but I do not get it done.&lt;/P&gt;&lt;P&gt;Is there someone who can help me in this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Sep 2020 12:38:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Summarize-Same-Day-not-date-last-year/m-p/1341302#M23958</guid>
      <dc:creator>Jeanneke</dc:creator>
      <dc:date>2020-09-02T12:38:08Z</dc:date>
    </item>
    <item>
      <title>Re: Summarize Same Day not date last year</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Summarize-Same-Day-not-date-last-year/m-p/1341332#M23959</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="256580" data-lia-user-login="Jeanneke" class="lia-mention lia-mention-user"&gt;Jeanneke&lt;/a&gt; , same day 364 days behind. But do with a date calendar&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;same day Year behind Sales = CALCULATE(SUM(Sales[Sales Amount]),dateadd('Date'[Date],-364,Day))&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;refer Power BI — Day Intelligence&lt;BR /&gt;&lt;A href="https://medium.com/@amitchandak.1978/power-bi-day-intelligence-questions-time-intelligence-5-5-5c3243d1f9" target="_blank"&gt;https://medium.com/@amitchandak.1978/power-bi-day-intelligence-questions-time-intelligence-5-5-5c3243d1f9&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To get the best of the time intelligence function. Make sure you have a date calendar and it has been marked as the date in model view. Also, join it with the date column of your fact/s. Refer : &lt;BR /&gt;&lt;A href="https://radacad.com/creating-calendar-table-in-power-bi-using-dax-functions" target="_blank"&gt;https://radacad.com/creating-calendar-table-in-power-bi-using-dax-functions&lt;/A&gt; &lt;BR /&gt;&lt;A href="https://www.archerpoint.com/blog/Posts/creating-date-table-power-bi" target="_blank"&gt;https://www.archerpoint.com/blog/Posts/creating-date-table-power-bi&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://www.sqlbi.com/articles/creating-a-simple-date-table-in-dax/" target="_blank"&gt;https://www.sqlbi.com/articles/creating-a-simple-date-table-in-dax/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;See if my webinar on Time Intelligence can help: &lt;A href="https://community.powerbi.com/t5/Webinars-and-Video-Gallery/PowerBI-Time-Intelligence-Calendar-WTD-YTD-LYTD-Week-Over-Week/m-p/1051626#M184" target="_blank"&gt;https://community.powerbi.com/t5/Webinars-and-Video-Gallery/PowerBI-Time-Intelligence-Calendar-WTD-YTD-LYTD-Week-Over-Week/m-p/1051626#M184&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Appreciate your Kudos.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Sep 2020 12:47:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Summarize-Same-Day-not-date-last-year/m-p/1341332#M23959</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2020-09-02T12:47:31Z</dc:date>
    </item>
    <item>
      <title>Re: Summarize Same Day not date last year</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Summarize-Same-Day-not-date-last-year/m-p/1341356#M23962</link>
      <description>&lt;P&gt;Thanks for your reply.&lt;BR /&gt;This isindeed a measure for summarizing.&lt;BR /&gt;But I was not clear in my subject.&amp;nbsp; I didn't mean summerize, but cumulatize. Sorry for this.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Sep 2020 12:55:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Summarize-Same-Day-not-date-last-year/m-p/1341356#M23962</guid>
      <dc:creator>Jeanneke</dc:creator>
      <dc:date>2020-09-02T12:55:32Z</dc:date>
    </item>
    <item>
      <title>Re: Summarize Same Day not date last year</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Summarize-Same-Day-not-date-last-year/m-p/1341376#M23965</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="256580" data-lia-user-login="Jeanneke" class="lia-mention lia-mention-user"&gt;Jeanneke&lt;/a&gt; , can you explain with an example&lt;/P&gt;
&lt;P&gt;Can you share sample data and sample output in table format? &lt;/P&gt;</description>
      <pubDate>Wed, 02 Sep 2020 13:02:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Summarize-Same-Day-not-date-last-year/m-p/1341376#M23965</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2020-09-02T13:02:53Z</dc:date>
    </item>
    <item>
      <title>Re: Summarize Same Day not date last year</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Summarize-Same-Day-not-date-last-year/m-p/1341378#M23966</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="256580" data-lia-user-login="Jeanneke" class="lia-mention lia-mention-user"&gt;Jeanneke&lt;/a&gt;&amp;nbsp;You may find this helpful - &lt;A href="https://community.powerbi.com/t5/Community-Blog/To-bleep-With-Time-Intelligence/ba-p/1260000" target="_blank"&gt;https://community.powerbi.com/t5/Community-Blog/To-bleep-With-Time-Intelligence/ba-p/1260000&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Also, see if my Time Intelligence the Hard Way provides a different way of accomplishing what you are going for.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://community.powerbi.com/t5/Quick-Measures-Gallery/Time-Intelligence-quot-The-Hard-Way-quot-TITHW/m-p/434008" target="_blank"&gt;https://community.powerbi.com/t5/Quick-Measures-Gallery/Time-Intelligence-quot-The-Hard-Way-quot-TITHW/m-p/434008&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Sep 2020 13:03:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Summarize-Same-Day-not-date-last-year/m-p/1341378#M23966</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2020-09-02T13:03:45Z</dc:date>
    </item>
    <item>
      <title>Re: Summarize Same Day not date last year</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Summarize-Same-Day-not-date-last-year/m-p/1341460#M23967</link>
      <description>&lt;P&gt;Hi Amitchandak,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is the table I am working on :&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It is about the column in the red circle.&amp;nbsp;&lt;BR /&gt;Here I want the cumulative values based on column "2019".&lt;/P&gt;&lt;P&gt;Column "2019" is calculated :&amp;nbsp;&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;FONT size="1 2 3 4 5 6 7"&gt;Covid Quantity Sum Same day LY = calculate(sum('CombinedFacts'[Sum of CalculatedQuantity]),sameperiodlastyear(DATEADD(DateTable[Date],+2,DAY)))&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Wed, 02 Sep 2020 13:31:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Summarize-Same-Day-not-date-last-year/m-p/1341460#M23967</guid>
      <dc:creator>Jeanneke</dc:creator>
      <dc:date>2020-09-02T13:31:44Z</dc:date>
    </item>
  </channel>
</rss>

