<?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: percentage of total based on category with date range in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/percentage-of-total-based-on-category-with-date-range/m-p/1566240#M31158</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="277220" data-lia-user-login="amazinfarah" class="lia-mention lia-mention-user"&gt;amazinfarah&lt;/a&gt; , Drag the count measure again, right click on the meausre in visual pane and use option show as Percent of total &lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;of create meausres like&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;divide([count of order id], calculate([count of order id], all(Table)))&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;or&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;divide([count of order id], calculate([count of order id], allselected(Table)))&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;refer: &lt;A href="https://www.youtube.com/watch?v=6jTildcV2ho" target="_blank"&gt;https://www.youtube.com/watch?v=6jTildcV2ho&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 23 Dec 2020 02:14:01 GMT</pubDate>
    <dc:creator>amitchandak</dc:creator>
    <dc:date>2020-12-23T02:14:01Z</dc:date>
    <item>
      <title>percentage of total based on category with date range</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/percentage-of-total-based-on-category-with-date-range/m-p/1565902#M31152</link>
      <description>&lt;DIV&gt;Hi Guys,&lt;/DIV&gt;&lt;DIV&gt;i have report where i am showing line chart. i want to show as total of percentage as you can see i am showing as count of id on date and and based on category&lt;/DIV&gt;&lt;DIV&gt;let suppose any data point show as below&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;count of order id&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; segment&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;order date&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;10&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; furniture&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 30/01/2019&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;20&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;office supplies&amp;nbsp; &amp;nbsp; 30/01/2019&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;70&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;technology&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;30/01/2019&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;what i want in line chart show as total percentage like below&lt;/DIV&gt;&lt;DIV&gt;count of order id&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; segment&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;order date&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; percentage&lt;/DIV&gt;&lt;DIV&gt;10&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; furniture&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 30/01/2019&amp;nbsp; &amp;nbsp; &amp;nbsp; 10%&lt;/DIV&gt;&lt;DIV&gt;20&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;office supplies&amp;nbsp; &amp;nbsp; 30/01/2019&amp;nbsp; &amp;nbsp; &amp;nbsp; 20%&lt;/DIV&gt;&lt;DIV&gt;70&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;technology&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;30/01/2019&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;70%&lt;/DIV&gt;&lt;DIV&gt;like total count of day is 100 and 100% percentage is splitted by category (legend) how can i do that? date slicer in place too so range user can change&lt;/DIV&gt;</description>
      <pubDate>Tue, 22 Dec 2020 20:56:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/percentage-of-total-based-on-category-with-date-range/m-p/1565902#M31152</guid>
      <dc:creator>amazinfarah</dc:creator>
      <dc:date>2020-12-22T20:56:01Z</dc:date>
    </item>
    <item>
      <title>Re: percentage of total based on category with date range</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/percentage-of-total-based-on-category-with-date-range/m-p/1566240#M31158</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="277220" data-lia-user-login="amazinfarah" class="lia-mention lia-mention-user"&gt;amazinfarah&lt;/a&gt; , Drag the count measure again, right click on the meausre in visual pane and use option show as Percent of total &lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;of create meausres like&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;divide([count of order id], calculate([count of order id], all(Table)))&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;or&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;divide([count of order id], calculate([count of order id], allselected(Table)))&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;refer: &lt;A href="https://www.youtube.com/watch?v=6jTildcV2ho" target="_blank"&gt;https://www.youtube.com/watch?v=6jTildcV2ho&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Dec 2020 02:14:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/percentage-of-total-based-on-category-with-date-range/m-p/1566240#M31158</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2020-12-23T02:14:01Z</dc:date>
    </item>
  </channel>
</rss>

