<?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: Divide all Returned sales values on only sales values in January from the same year in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Divide-all-Returned-sales-values-on-only-sales-values-in-January/m-p/2204796#M51842</link>
    <description>&lt;P&gt;I see that the &lt;A href="https://community.powerbi.com/t5/Desktop/Divide-all-dates-values-on-a-a-specific-date-value-from-a/m-p/2191860#M802754" target="_self"&gt;thread you released before&lt;/A&gt; has been resolved, this solution meets your needs. If there are any problems, please let me know.&lt;/P&gt;</description>
    <pubDate>Tue, 30 Nov 2021 09:29:29 GMT</pubDate>
    <dc:creator>V-lianl-msft</dc:creator>
    <dc:date>2021-11-30T09:29:29Z</dc:date>
    <item>
      <title>Divide all Returned sales values on only sales values in January from the same year</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Divide-all-Returned-sales-values-on-only-sales-values-in-January/m-p/2196112#M51447</link>
      <description>&lt;P&gt;Hi all&amp;nbsp;&lt;/P&gt;&lt;P&gt;I asked this question ywo days ago , but seems I missinterpert my problem ,&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.powerbi.com/t5/Desktop/Divide-all-dates-values-on-a-a-specific-date-value-from-a/m-p/2191860#M802754" target="_blank" rel="noopener"&gt;https://community.powerbi.com/t5/Desktop/Divide-all-dates-values-on-a-a-specific-date-value-from-a/m-p/2191860#M802754&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will try to give more details her&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have the the following table:&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;And I would like to great new measure (column) that can fill all months sales with the value of January and then divide this is the returned column , meaning that I ma interesting in knowing the return ratio for each month comparing with only September .&amp;nbsp;&lt;/P&gt;&lt;P&gt;The resulted table should be like this :&amp;nbsp;&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Where E2 =&amp;nbsp;D2/C2&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Nov 2021 09:01:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Divide-all-Returned-sales-values-on-only-sales-values-in-January/m-p/2196112#M51447</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-11-18T09:01:54Z</dc:date>
    </item>
    <item>
      <title>Re: Divide all Returned sales values on only sales values in January from the same year</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Divide-all-Returned-sales-values-on-only-sales-values-in-January/m-p/2196321#M51453</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt; , Join you table with date table having year and month column and try measure like &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;% = divide(sum(Table[return]) , sumx(filter(allselected(Date), Date[Year] = max(Date[Year]) &amp;amp;&amp;amp; Date[Month] =1), Table[sales]) )&lt;/P&gt;</description>
      <pubDate>Thu, 18 Nov 2021 10:01:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Divide-all-Returned-sales-values-on-only-sales-values-in-January/m-p/2196321#M51453</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2021-11-18T10:01:36Z</dc:date>
    </item>
    <item>
      <title>Re: Divide all Returned sales values on only sales values in January from the same year</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Divide-all-Returned-sales-values-on-only-sales-values-in-January/m-p/2204796#M51842</link>
      <description>&lt;P&gt;I see that the &lt;A href="https://community.powerbi.com/t5/Desktop/Divide-all-dates-values-on-a-a-specific-date-value-from-a/m-p/2191860#M802754" target="_self"&gt;thread you released before&lt;/A&gt; has been resolved, this solution meets your needs. If there are any problems, please let me know.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Nov 2021 09:29:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Divide-all-Returned-sales-values-on-only-sales-values-in-January/m-p/2204796#M51842</guid>
      <dc:creator>V-lianl-msft</dc:creator>
      <dc:date>2021-11-30T09:29:29Z</dc:date>
    </item>
  </channel>
</rss>

