<?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: Issues in developing 100% stacked column chart visual in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Issues-in-developing-100-stacked-column-chart-visual/m-p/3037623#M104047</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="475101" data-lia-user-login="Praj" class="lia-mention lia-mention-user"&gt;Praj&lt;/a&gt; , You measure should be like &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;divide(Distinctcount(Fact[UserID]), calculate(Distinctcount(Fact[UserID]), all(Fact)) )&lt;/P&gt;</description>
    <pubDate>Mon, 23 Jan 2023 12:07:39 GMT</pubDate>
    <dc:creator>amitchandak</dc:creator>
    <dc:date>2023-01-23T12:07:39Z</dc:date>
    <item>
      <title>Issues in developing 100% stacked column chart visual</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Issues-in-developing-100-stacked-column-chart-visual/m-p/3037607#M104046</link>
      <description>&lt;P&gt;Hey Everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have the below input tables, in which 1st table has the user details and 2 table has user details, activity conducted by user and date of activity.&lt;/P&gt;&lt;P&gt;Table 1&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Table 2&lt;/P&gt;&lt;P&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;I am trying to identify the % of total user who had activities in a specific month/quarter using a slicer as shown in the below image.&amp;nbsp; For example, In April 2023, only 1 user is scheduled to have an activity and the output in the visual am expecting is 10% as there is only 1 user out of 10 total user who has activity in April. However, the stacked column chart when I use, It shows 100% all the time.&amp;nbsp; Can anyone please let me know how I can get this.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;I know this is pretty basic, but I don't know where I am missing to get the results.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Looking for any approach or solution to get the desired results.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;TIA&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Praj&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jan 2023 11:59:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Issues-in-developing-100-stacked-column-chart-visual/m-p/3037607#M104046</guid>
      <dc:creator>Praj</dc:creator>
      <dc:date>2023-01-23T11:59:43Z</dc:date>
    </item>
    <item>
      <title>Re: Issues in developing 100% stacked column chart visual</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Issues-in-developing-100-stacked-column-chart-visual/m-p/3037623#M104047</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="475101" data-lia-user-login="Praj" class="lia-mention lia-mention-user"&gt;Praj&lt;/a&gt; , You measure should be like &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;divide(Distinctcount(Fact[UserID]), calculate(Distinctcount(Fact[UserID]), all(Fact)) )&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jan 2023 12:07:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Issues-in-developing-100-stacked-column-chart-visual/m-p/3037623#M104047</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2023-01-23T12:07:39Z</dc:date>
    </item>
    <item>
      <title>Re: Issues in developing 100% stacked column chart visual</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Issues-in-developing-100-stacked-column-chart-visual/m-p/3037667#M104054</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="148838" data-lia-user-login="amitchandak" class="lia-mention lia-mention-user"&gt;amitchandak&lt;/a&gt;&amp;nbsp;for your response.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I did try the above measure and added that to chart however, the chart still displays the same result as 100% everytime&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Praj&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jan 2023 12:22:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Issues-in-developing-100-stacked-column-chart-visual/m-p/3037667#M104054</guid>
      <dc:creator>Praj</dc:creator>
      <dc:date>2023-01-23T12:22:43Z</dc:date>
    </item>
  </channel>
</rss>

