<?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 calculate percentage by category in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/calculate-percentage-by-category/m-p/2600953#M75166</link>
    <description>&lt;P&gt;HI i am having a dataset with grades of all the students and i need them as percentage by gender that is male or female.&lt;/P&gt;&lt;P&gt;The problem is when i am plotting the graphs seperately, each graph is individually summing their columns to 100%.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But when combined into a single stacked column chart the filters are working on the visual and disrupting the graph.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;below is the sample dataset:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;When the above two category graphs are combine i need them to stay as they are without interacting with each other.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any suggestions and help will be really appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sai&lt;/P&gt;</description>
    <pubDate>Fri, 24 Jun 2022 15:34:01 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-06-24T15:34:01Z</dc:date>
    <item>
      <title>calculate percentage by category</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/calculate-percentage-by-category/m-p/2600953#M75166</link>
      <description>&lt;P&gt;HI i am having a dataset with grades of all the students and i need them as percentage by gender that is male or female.&lt;/P&gt;&lt;P&gt;The problem is when i am plotting the graphs seperately, each graph is individually summing their columns to 100%.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But when combined into a single stacked column chart the filters are working on the visual and disrupting the graph.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;below is the sample dataset:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;When the above two category graphs are combine i need them to stay as they are without interacting with each other.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any suggestions and help will be really appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sai&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jun 2022 15:34:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/calculate-percentage-by-category/m-p/2600953#M75166</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-06-24T15:34:01Z</dc:date>
    </item>
    <item>
      <title>Re: calculate percentage by category</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/calculate-percentage-by-category/m-p/2601636#M75203</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt; , You can create a measure like &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Divide( Sum(Table[Value]), Calculate(Sum(Table[Value]), removefilters(Table[gender])) )&lt;/P&gt;</description>
      <pubDate>Sat, 25 Jun 2022 06:41:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/calculate-percentage-by-category/m-p/2601636#M75203</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2022-06-25T06:41:36Z</dc:date>
    </item>
    <item>
      <title>Re: calculate percentage by category</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/calculate-percentage-by-category/m-p/2608392#M75567</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I suggest you to try Cluster column chart instead of Stacked column chart to combine two visuals.&lt;/P&gt;
&lt;P&gt;You can create a visual by Cluster column chart as below.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Rico Zhou&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jun 2022 06:00:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/calculate-percentage-by-category/m-p/2608392#M75567</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-06-29T06:00:15Z</dc:date>
    </item>
  </channel>
</rss>

