<?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 Multi usage measure in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Multi-usage-measure/m-p/4002485#M156086</link>
    <description>&lt;P&gt;In a table, I have duplicate values, But I've to calcuate ignoring the duplicate.&lt;BR /&gt;&lt;BR /&gt;In one chart need to dispaly the date (dd-mm-yy) wise and in another chart in Month mmm-yy.&lt;BR /&gt;&lt;BR /&gt;1)In month, it is simple to have it without duplicate.&lt;BR /&gt;2) In Date, it should take sum without duplicate, and divide the value by 2.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 26 Jun 2024 07:17:32 GMT</pubDate>
    <dc:creator>VK7</dc:creator>
    <dc:date>2024-06-26T07:17:32Z</dc:date>
    <item>
      <title>Multi usage measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Multi-usage-measure/m-p/4002485#M156086</link>
      <description>&lt;P&gt;In a table, I have duplicate values, But I've to calcuate ignoring the duplicate.&lt;BR /&gt;&lt;BR /&gt;In one chart need to dispaly the date (dd-mm-yy) wise and in another chart in Month mmm-yy.&lt;BR /&gt;&lt;BR /&gt;1)In month, it is simple to have it without duplicate.&lt;BR /&gt;2) In Date, it should take sum without duplicate, and divide the value by 2.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jun 2024 07:17:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Multi-usage-measure/m-p/4002485#M156086</guid>
      <dc:creator>VK7</dc:creator>
      <dc:date>2024-06-26T07:17:32Z</dc:date>
    </item>
    <item>
      <title>Re: Multi usage measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Multi-usage-measure/m-p/4003045#M156144</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="439969" data-lia-user-login="VK7" class="lia-mention lia-mention-user"&gt;VK7&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Actually that i can't understand your expression well.&lt;/P&gt;
&lt;P&gt;The 2 Outputs seems too comfused, if possible, please share more detailed description of the outputs.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;
&lt;P&gt;Zhengdong Xu&lt;BR /&gt;If this post&amp;nbsp;&lt;STRONG&gt;helps&lt;/STRONG&gt;, then please consider&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;Accept it as the solution&lt;/EM&gt;&lt;/STRONG&gt;&lt;EM&gt;&amp;nbsp;to help the other members find it more quickly.&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jun 2024 02:15:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Multi-usage-measure/m-p/4003045#M156144</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-06-21T02:15:00Z</dc:date>
    </item>
    <item>
      <title>Re: Multi usage measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Multi-usage-measure/m-p/4007898#M157155</link>
      <description>&lt;P&gt;I'm sorry for that,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Output1: We need a chart with Proper date wise (dd-mm-yyyy) by sum of sales but distinct value. So if you look at the image the value for 20-06-24 is 4, cos of one duplicate value which i highlightd in red.&lt;BR /&gt;Output2: Same like output1 but isnstaed of proper date, need for only Monthly wise&lt;BR /&gt;&lt;BR /&gt;To add few more details, its too large volume &amp;amp; we cant revome duplicate.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jun 2024 07:17:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Multi-usage-measure/m-p/4007898#M157155</guid>
      <dc:creator>VK7</dc:creator>
      <dc:date>2024-06-26T07:17:06Z</dc:date>
    </item>
    <item>
      <title>Re: Multi usage measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Multi-usage-measure/m-p/4010541#M157820</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="439969" data-lia-user-login="VK7" class="lia-mention lia-mention-user"&gt;VK7&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Here I create a set of sample:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In Power Query, both-select Name and Date column and right-click, select &lt;U&gt;&lt;STRONG&gt;Remove Duplicates&lt;/STRONG&gt;&lt;/U&gt;.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Apply&amp;amp;Close&lt;/P&gt;
&lt;P&gt;Then add 2 calculated table:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Table2  = SUMMARIZE('Table','Table'[Date],"_sum",SUM('Table'[Product Sold]))&lt;/LI-CODE&gt;&lt;LI-CODE lang="markup"&gt;Table 3 = 
VAR _vtable = SELECTCOLUMNS('Table','Table'[Date],'Table'[Product Sold],"Year/Month",FORMAT('Table'[Date],"MMM-YY"))
RETURN 
SUMMARIZE(_vtable,[Year/Month],"_sum",SUMX(FILTER(_vtable,[Year/Month]=EARLIER([Year/Month])),[Product Sold]))&lt;/LI-CODE&gt;
&lt;P&gt;The result is as follow:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;
&lt;P&gt;Zhengdong Xu&lt;BR /&gt;If this post&amp;nbsp;&lt;STRONG&gt;helps&lt;/STRONG&gt;, then please consider&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;Accept it as the solution&lt;/EM&gt;&lt;/STRONG&gt;&lt;EM&gt;&amp;nbsp;to help the other members find it more quickly.&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jun 2024 06:42:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Multi-usage-measure/m-p/4010541#M157820</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-06-26T06:42:33Z</dc:date>
    </item>
  </channel>
</rss>

