<?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 Need some help in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-some-help/m-p/2336769#M58889</link>
    <description>&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Hello everyone , so i have this PowerBI ( sorry for showing you the excel) and i want to do a distinct SUM but the thing is that for the 4th and 5th is showing the same value and when i do the sumx and Disting function it`s showing me just one value for both of them and i want a value for each day even if they are the same. Can u help me please doing this somehow ?&lt;/P&gt;</description>
    <pubDate>Mon, 14 Feb 2022 11:10:04 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-02-14T11:10:04Z</dc:date>
    <item>
      <title>Need some help</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-some-help/m-p/2336769#M58889</link>
      <description>&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Hello everyone , so i have this PowerBI ( sorry for showing you the excel) and i want to do a distinct SUM but the thing is that for the 4th and 5th is showing the same value and when i do the sumx and Disting function it`s showing me just one value for both of them and i want a value for each day even if they are the same. Can u help me please doing this somehow ?&lt;/P&gt;</description>
      <pubDate>Mon, 14 Feb 2022 11:10:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-some-help/m-p/2336769#M58889</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-02-14T11:10:04Z</dc:date>
    </item>
    <item>
      <title>Re: Need some help</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-some-help/m-p/2336782#M58890</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt; , If [% of new for] is a column &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;then new measure&lt;/P&gt;
&lt;P&gt;Sumx(summarize(Table, Table[Date], Table[% of new for]) ,[% of new for])&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;or&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Sumx(summarize(Table, Table[Date],"_1", max(Table[% of new for])) ,[% of new for])&lt;/P&gt;
&lt;P&gt;if this is a measure&lt;/P&gt;
&lt;P&gt;Sumx(summarize(Table, Table[Date],"_1", maxX(Table, Table[% of new for])) ,[% of new for])&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Feb 2022 11:17:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-some-help/m-p/2336782#M58890</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2022-02-14T11:17:36Z</dc:date>
    </item>
    <item>
      <title>Re: Need some help</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-some-help/m-p/2336797#M58894</link>
      <description>&lt;P&gt;First one seems to work perfectly for me , i gladly thank you because i was searching for this kind of response for a long time . Have a good day and thank you one more time.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Feb 2022 11:25:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-some-help/m-p/2336797#M58894</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-02-14T11:25:27Z</dc:date>
    </item>
  </channel>
</rss>

