<?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: Measure Sum using Dates in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-Sum-using-Dates/m-p/1590436#M31938</link>
    <description>&lt;P&gt;hey,&lt;/P&gt;&lt;P&gt;Measure = calculate(sum(table[storagecharge], table[FY_QTR] = "2nd QTR"))&lt;/P&gt;&lt;P&gt;if this helped over with your question give some kudos and mark as solution for others to find it.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 12 Jan 2021 00:11:45 GMT</pubDate>
    <dc:creator>StefanoGrimaldi</dc:creator>
    <dc:date>2021-01-12T00:11:45Z</dc:date>
    <item>
      <title>Measure Sum using Dates</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-Sum-using-Dates/m-p/1590019#M31926</link>
      <description>&lt;P&gt;Hello All&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a column called FY_QTR and it has values like 1st QTR, 2nd QTR, etc. I also have a column called StorageCharge which has dollar values.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to create a Measure that will Sum the Storage Charges for the 2nd Quarter. How would that be written in DAX?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to make this into a measure becuase I am going to use this measure to add to another measure on a different page Thanks for any help!&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jan 2021 18:14:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-Sum-using-Dates/m-p/1590019#M31926</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-01-11T18:14:54Z</dc:date>
    </item>
    <item>
      <title>Re: Measure Sum using Dates</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-Sum-using-Dates/m-p/1590436#M31938</link>
      <description>&lt;P&gt;hey,&lt;/P&gt;&lt;P&gt;Measure = calculate(sum(table[storagecharge], table[FY_QTR] = "2nd QTR"))&lt;/P&gt;&lt;P&gt;if this helped over with your question give some kudos and mark as solution for others to find it.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jan 2021 00:11:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-Sum-using-Dates/m-p/1590436#M31938</guid>
      <dc:creator>StefanoGrimaldi</dc:creator>
      <dc:date>2021-01-12T00:11:45Z</dc:date>
    </item>
    <item>
      <title>Re: Measure Sum using Dates</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-Sum-using-Dates/m-p/1594865#M31968</link>
      <description>&lt;P&gt;Thanks worked great and I will accept as Solution! I do have a follow on question, how would I write this if I have mulitple fields to add for 2nd Qtr-----say I have Storagecharge, CPUCharge and MemoryCharge (all frome same table) and need to include them all in the formula you gave me?&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jan 2021 16:24:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-Sum-using-Dates/m-p/1594865#M31968</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-01-12T16:24:28Z</dc:date>
    </item>
    <item>
      <title>Re: Measure Sum using Dates</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-Sum-using-Dates/m-p/1595066#M31970</link>
      <description>&lt;P&gt;if I understand correctly you talking of multiiply condition for the sum sure you can do this adding filters on the measure example:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Measure = calculate(sum(table[storagecharge], table[FY_QTR] = "2nd QTR" , table[CPUCharge] = "value parameter"))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;and so on you add by "," a new filter condition.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jan 2021 18:26:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-Sum-using-Dates/m-p/1595066#M31970</guid>
      <dc:creator>StefanoGrimaldi</dc:creator>
      <dc:date>2021-01-12T18:26:34Z</dc:date>
    </item>
  </channel>
</rss>

