<?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 rows by a measure in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Divide-rows-by-a-measure/m-p/1599867#M32082</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="218999" data-lia-user-login="souvik900766" class="lia-mention lia-mention-user"&gt;souvik900766&lt;/a&gt; , I so how not clear with your formula. &lt;/P&gt;
&lt;P&gt;It shoulw be like this if you need % of total&lt;/P&gt;
&lt;P&gt;divide([Volume CY], calculate([Volume CY], allselected(Table)))&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;or // I am not sure on this one, but seem like this name is not there in selection&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Category = CALCULATE([Volume CY],Filter(all(Table[company_nm]),Table[company_nm]="Full Industry"))&lt;/P&gt;</description>
    <pubDate>Thu, 14 Jan 2021 15:16:35 GMT</pubDate>
    <dc:creator>amitchandak</dc:creator>
    <dc:date>2021-01-14T15:16:35Z</dc:date>
    <item>
      <title>Divide rows by a measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Divide-rows-by-a-measure/m-p/1599847#M32080</link>
      <description>&lt;P&gt;Hi !&lt;BR /&gt;&lt;BR /&gt;I have a measure:-&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Base for Volume Share within Category = CALCULATE([Volume CY],Table[company_nm]="Full Industry")&lt;BR /&gt;Now, with this measure I want to divide every row (i.e my products value) to get the share within the industry.&lt;BR /&gt;But I am getting blank rows !&lt;BR /&gt;How to calculate this?&lt;img /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 14 Jan 2021 15:01:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Divide-rows-by-a-measure/m-p/1599847#M32080</guid>
      <dc:creator>souvik900766</dc:creator>
      <dc:date>2021-01-14T15:01:53Z</dc:date>
    </item>
    <item>
      <title>Re: Divide rows by a measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Divide-rows-by-a-measure/m-p/1599867#M32082</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="218999" data-lia-user-login="souvik900766" class="lia-mention lia-mention-user"&gt;souvik900766&lt;/a&gt; , I so how not clear with your formula. &lt;/P&gt;
&lt;P&gt;It shoulw be like this if you need % of total&lt;/P&gt;
&lt;P&gt;divide([Volume CY], calculate([Volume CY], allselected(Table)))&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;or // I am not sure on this one, but seem like this name is not there in selection&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Category = CALCULATE([Volume CY],Filter(all(Table[company_nm]),Table[company_nm]="Full Industry"))&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jan 2021 15:16:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Divide-rows-by-a-measure/m-p/1599867#M32082</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2021-01-14T15:16:35Z</dc:date>
    </item>
    <item>
      <title>Re: Divide rows by a measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Divide-rows-by-a-measure/m-p/1600134#M32085</link>
      <description>&lt;P&gt;Hi !&lt;BR /&gt;It is not working. I think thr is a lack of clarity from my side.&lt;BR /&gt;Kindly Check this !&lt;BR /&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance !&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jan 2021 16:44:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Divide-rows-by-a-measure/m-p/1600134#M32085</guid>
      <dc:creator>souvik900766</dc:creator>
      <dc:date>2021-01-14T16:44:16Z</dc:date>
    </item>
    <item>
      <title>Re: Divide rows by a measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Divide-rows-by-a-measure/m-p/1600201#M32089</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="218999" data-lia-user-login="souvik900766" class="lia-mention lia-mention-user"&gt;souvik900766&lt;/a&gt; , one of the three measure. Assume [Volume] is a measure &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Category = divide([Volume],CALCULATE([Volume],Filter(allselected(Table),Table[company_nm]="Full Industry")))&lt;/P&gt;
&lt;P&gt;Category = divide([Volume],CALCULATE([Volume],Filter(all(Table[company_nm]),Table[company_nm]="Full Industry")))&lt;/P&gt;
&lt;P&gt;Category = divide([Volume],CALCULATE([Volume],Filter(allselected(Table[company_nm]),Table[company_nm]="Full Industry")))&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jan 2021 17:12:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Divide-rows-by-a-measure/m-p/1600201#M32089</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2021-01-14T17:12:17Z</dc:date>
    </item>
    <item>
      <title>Re: Divide rows by a measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Divide-rows-by-a-measure/m-p/1601029#M32110</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="218999" data-lia-user-login="souvik900766" class="lia-mention lia-mention-user"&gt;souvik900766&lt;/a&gt; ,&lt;/P&gt;
&lt;P&gt;one of the three measure. Assume [Volume] is a measure&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Category = divide([Volume],CALCULATE([Volume],Filter(allselected(Table),Table[company_nm]="Full Industry")))&lt;/P&gt;
&lt;P&gt;Category = divide([Volume],CALCULATE([Volume],Filter(all(Table[company_nm]),Table[company_nm]="Full Industry")))&lt;/P&gt;
&lt;P&gt;Category = divide([Volume],CALCULATE([Volume],Filter(allselected(Table[company_nm]),Table[company_nm]="Full Industry")))&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jan 2021 04:30:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Divide-rows-by-a-measure/m-p/1601029#M32110</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2021-01-15T04:30:31Z</dc:date>
    </item>
  </channel>
</rss>

