<?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: Required to calculate percentage for Clustered Column Chart with Multiple filters in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Required-to-calculate-percentage-for-Clustered-Column-Chart-with/m-p/2955343#M40190</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/482953"&gt;@rama211976&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;I created a sample pbix file(see &lt;STRONG&gt;the attachment&lt;/STRONG&gt;), please check if that is what you want. You can create a &lt;STRONG&gt;measure&lt;/STRONG&gt; as below to get it:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Percentage = 
VAR _allrcount =
    CALCULATE (
        COUNT ( 'Table'[Status] ),
        FILTER ( ALL ( 'Table' ), 'Table'[Region] = SELECTEDVALUE ( 'Table'[Region] ) )
    )
VAR _selcount =
    CALCULATE ( COUNT ( 'Table'[Status] ) )
RETURN
    DIVIDE ( _selcount, _allrcount )&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="yingyinr_0-1670465947587.png" style="width: 999px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/837276iE0A8C7CB9D85AEE8/image-size/large?v=v2&amp;amp;px=999" role="button" title="yingyinr_0-1670465947587.png" alt="yingyinr_0-1670465947587.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P style="background: white; margin: 7.5pt 0in 0in 0in;"&gt;&lt;SPAN&gt;If the above one can't help you get the desired result, please provide more&amp;nbsp;&lt;STRONG&gt;raw data&lt;/STRONG&gt;&amp;nbsp;in your tables (&lt;STRONG&gt;&lt;I&gt;exclude&amp;nbsp;&lt;/I&gt;&lt;/STRONG&gt;&lt;EM&gt;&lt;STRONG&gt;sensitive&amp;nbsp;&lt;/STRONG&gt;&lt;/EM&gt;&lt;STRONG&gt;&lt;I&gt;data&lt;/I&gt;&lt;/STRONG&gt;) with&amp;nbsp;&lt;/SPAN&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;&lt;SPAN&gt;Text&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;SPAN&gt;format and your&amp;nbsp;&lt;STRONG&gt;expected result&lt;/STRONG&gt;&amp;nbsp;with backend logic and special examples.&amp;nbsp;&lt;/SPAN&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;&lt;SPAN&gt;It is better&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;SPAN&gt;&lt;FONT color="#FF0000"&gt;&amp;nbsp;&lt;/FONT&gt;if you can share a&amp;nbsp;&lt;/SPAN&gt;&lt;FONT color="#008000"&gt;&lt;STRONG&gt;&lt;SPAN&gt;simplified&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;SPAN&gt;pbix file. You can refer the following link to upload the file to the community. Thank you.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="background: white; box-sizing: border-box; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; text-align: start; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 7.5pt 0in 0in 0in;"&gt;&lt;SPAN&gt;&lt;A href="https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcommunity.powerbi.com%2Ft5%2FDesktop%2FHow-to-upload-PBI-in-Community%2Fm-p%2F1672886&amp;amp;data=04%7C01%7Cv-yiruan%40microsoft.com%7C4f580813734d4a8355b008da16f6e91a%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C637847547341062885%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&amp;amp;sdata=YJvujige2YITXKbKED9JieQm5LBdf%2F3IYPM4ggdiijQ%3D&amp;amp;reserved=0" target="_blank" rel="noopener"&gt;How to upload PBI in Community&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="background: white; box-sizing: border-box; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; text-align: start; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 7.5pt 0in 0in 0in;"&gt;&lt;SPAN&gt;Best Regards&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 08 Dec 2022 06:15:50 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-12-08T06:15:50Z</dc:date>
    <item>
      <title>Required to calculate percentage for Clustered Column Chart with Multiple filters</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Required-to-calculate-percentage-for-Clustered-Column-Chart-with/m-p/2953468#M40173</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to calculate the percentage (not the GT) for the report with multiple filter conditions. I could able to resolve this when having only one filter. the main requirement is the filter conditions should be considered as 100% and do the calculation but my logic considering the GT and getting the percentage wrong...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have columns like&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;State&amp;nbsp; &amp;nbsp;Gender&amp;nbsp; &amp;nbsp;age group&amp;nbsp; salary range marriage status&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In this, I need to calculate the percentage in the clustered column chart using state and marriage status as x and y axis&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Filers are&amp;nbsp;State&amp;nbsp; &amp;nbsp;Gender&amp;nbsp; &amp;nbsp;age group&amp;nbsp; salary range&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;sample data shared below&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Gender&lt;/TD&gt;&lt;TD&gt;Age Group&lt;/TD&gt;&lt;TD&gt;Status&lt;/TD&gt;&lt;TD&gt;Region&lt;/TD&gt;&lt;TD&gt;Salary&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Male&lt;/TD&gt;&lt;TD&gt;15-24&lt;/TD&gt;&lt;TD&gt;UnMarried&lt;/TD&gt;&lt;TD&gt;City 1&lt;/TD&gt;&lt;TD&gt;Lower I&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Female&lt;/TD&gt;&lt;TD&gt;15-24&lt;/TD&gt;&lt;TD&gt;UnMarried&lt;/TD&gt;&lt;TD&gt;City 2&lt;/TD&gt;&lt;TD&gt;Middle I&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Male&lt;/TD&gt;&lt;TD&gt;15-24&lt;/TD&gt;&lt;TD&gt;Divorce&lt;/TD&gt;&lt;TD&gt;City 1&lt;/TD&gt;&lt;TD&gt;Lower I&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Male&lt;/TD&gt;&lt;TD&gt;15-24&lt;/TD&gt;&lt;TD&gt;UnMarried&lt;/TD&gt;&lt;TD&gt;City 3&lt;/TD&gt;&lt;TD&gt;Middle II&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Female&lt;/TD&gt;&lt;TD&gt;15-24&lt;/TD&gt;&lt;TD&gt;UnMarried&lt;/TD&gt;&lt;TD&gt;City 2&lt;/TD&gt;&lt;TD&gt;Lower I&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Female&lt;/TD&gt;&lt;TD&gt;15-24&lt;/TD&gt;&lt;TD&gt;Married&lt;/TD&gt;&lt;TD&gt;City 1&lt;/TD&gt;&lt;TD&gt;Lower II&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Male&lt;/TD&gt;&lt;TD&gt;15-24&lt;/TD&gt;&lt;TD&gt;UnMarried&lt;/TD&gt;&lt;TD&gt;City 3&lt;/TD&gt;&lt;TD&gt;Lower I&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Female&lt;/TD&gt;&lt;TD&gt;15-24&lt;/TD&gt;&lt;TD&gt;UnMarried&lt;/TD&gt;&lt;TD&gt;City 1&lt;/TD&gt;&lt;TD&gt;Lower I&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Male&lt;/TD&gt;&lt;TD&gt;15-24&lt;/TD&gt;&lt;TD&gt;UnMarried&lt;/TD&gt;&lt;TD&gt;City 1&lt;/TD&gt;&lt;TD&gt;Lower I&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Female&lt;/TD&gt;&lt;TD&gt;25-34&lt;/TD&gt;&lt;TD&gt;UnMarried&lt;/TD&gt;&lt;TD&gt;City 1&lt;/TD&gt;&lt;TD&gt;Lower I&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Female&lt;/TD&gt;&lt;TD&gt;25-34&lt;/TD&gt;&lt;TD&gt;UnMarried&lt;/TD&gt;&lt;TD&gt;City 1&lt;/TD&gt;&lt;TD&gt;Lower II&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Male&lt;/TD&gt;&lt;TD&gt;25-34&lt;/TD&gt;&lt;TD&gt;UnMarried&lt;/TD&gt;&lt;TD&gt;City 4&lt;/TD&gt;&lt;TD&gt;Middle II&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Male&lt;/TD&gt;&lt;TD&gt;25-34&lt;/TD&gt;&lt;TD&gt;UnMarried&lt;/TD&gt;&lt;TD&gt;City 4&lt;/TD&gt;&lt;TD&gt;Middle II&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Female&lt;/TD&gt;&lt;TD&gt;25-34&lt;/TD&gt;&lt;TD&gt;UnMarried&lt;/TD&gt;&lt;TD&gt;City 1&lt;/TD&gt;&lt;TD&gt;Middle II&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Male&lt;/TD&gt;&lt;TD&gt;25-34&lt;/TD&gt;&lt;TD&gt;UnMarried&lt;/TD&gt;&lt;TD&gt;City 4&lt;/TD&gt;&lt;TD&gt;Lower I&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Female&lt;/TD&gt;&lt;TD&gt;25-34&lt;/TD&gt;&lt;TD&gt;UnMarried&lt;/TD&gt;&lt;TD&gt;City 4&lt;/TD&gt;&lt;TD&gt;Middle II&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Female&lt;/TD&gt;&lt;TD&gt;25-34&lt;/TD&gt;&lt;TD&gt;UnMarried&lt;/TD&gt;&lt;TD&gt;City 1&lt;/TD&gt;&lt;TD&gt;Middle I&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Male&lt;/TD&gt;&lt;TD&gt;25-34&lt;/TD&gt;&lt;TD&gt;UnMarried&lt;/TD&gt;&lt;TD&gt;City 1&lt;/TD&gt;&lt;TD&gt;Lower I&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Male&lt;/TD&gt;&lt;TD&gt;25-34&lt;/TD&gt;&lt;TD&gt;UnMarried&lt;/TD&gt;&lt;TD&gt;City 1&lt;/TD&gt;&lt;TD&gt;Middle II&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Female&lt;/TD&gt;&lt;TD&gt;25-34&lt;/TD&gt;&lt;TD&gt;UnMarried&lt;/TD&gt;&lt;TD&gt;City 3&lt;/TD&gt;&lt;TD&gt;Lower I&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Female&lt;/TD&gt;&lt;TD&gt;25-34&lt;/TD&gt;&lt;TD&gt;UnMarried&lt;/TD&gt;&lt;TD&gt;City 1&lt;/TD&gt;&lt;TD&gt;Lower I&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Female&lt;/TD&gt;&lt;TD&gt;25-34&lt;/TD&gt;&lt;TD&gt;Married&lt;/TD&gt;&lt;TD&gt;City 5&lt;/TD&gt;&lt;TD&gt;Middle I&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Female&lt;/TD&gt;&lt;TD&gt;25-34&lt;/TD&gt;&lt;TD&gt;UnMarried&lt;/TD&gt;&lt;TD&gt;City 1&lt;/TD&gt;&lt;TD&gt;Upper II&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Male&lt;/TD&gt;&lt;TD&gt;25-34&lt;/TD&gt;&lt;TD&gt;UnMarried&lt;/TD&gt;&lt;TD&gt;City 3&lt;/TD&gt;&lt;TD&gt;Lower I&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Male&lt;/TD&gt;&lt;TD&gt;25-34&lt;/TD&gt;&lt;TD&gt;UnMarried&lt;/TD&gt;&lt;TD&gt;City 5&lt;/TD&gt;&lt;TD&gt;Lower I&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Male&lt;/TD&gt;&lt;TD&gt;25-34&lt;/TD&gt;&lt;TD&gt;UnMarried&lt;/TD&gt;&lt;TD&gt;City 1&lt;/TD&gt;&lt;TD&gt;Lower II&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Male&lt;/TD&gt;&lt;TD&gt;25-34&lt;/TD&gt;&lt;TD&gt;UnMarried&lt;/TD&gt;&lt;TD&gt;City 1&lt;/TD&gt;&lt;TD&gt;Middle II&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Male&lt;/TD&gt;&lt;TD&gt;25-34&lt;/TD&gt;&lt;TD&gt;UnMarried&lt;/TD&gt;&lt;TD&gt;City 1&lt;/TD&gt;&lt;TD&gt;Middle II&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Dec 2022 09:00:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Required-to-calculate-percentage-for-Clustered-Column-Chart-with/m-p/2953468#M40173</guid>
      <dc:creator>rama211976</dc:creator>
      <dc:date>2022-12-07T09:00:41Z</dc:date>
    </item>
    <item>
      <title>Re: Required to calculate percentage for Clustered Column Chart with Multiple filters</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Required-to-calculate-percentage-for-Clustered-Column-Chart-with/m-p/2955343#M40190</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/482953"&gt;@rama211976&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;I created a sample pbix file(see &lt;STRONG&gt;the attachment&lt;/STRONG&gt;), please check if that is what you want. You can create a &lt;STRONG&gt;measure&lt;/STRONG&gt; as below to get it:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Percentage = 
VAR _allrcount =
    CALCULATE (
        COUNT ( 'Table'[Status] ),
        FILTER ( ALL ( 'Table' ), 'Table'[Region] = SELECTEDVALUE ( 'Table'[Region] ) )
    )
VAR _selcount =
    CALCULATE ( COUNT ( 'Table'[Status] ) )
RETURN
    DIVIDE ( _selcount, _allrcount )&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="yingyinr_0-1670465947587.png" style="width: 999px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/837276iE0A8C7CB9D85AEE8/image-size/large?v=v2&amp;amp;px=999" role="button" title="yingyinr_0-1670465947587.png" alt="yingyinr_0-1670465947587.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P style="background: white; margin: 7.5pt 0in 0in 0in;"&gt;&lt;SPAN&gt;If the above one can't help you get the desired result, please provide more&amp;nbsp;&lt;STRONG&gt;raw data&lt;/STRONG&gt;&amp;nbsp;in your tables (&lt;STRONG&gt;&lt;I&gt;exclude&amp;nbsp;&lt;/I&gt;&lt;/STRONG&gt;&lt;EM&gt;&lt;STRONG&gt;sensitive&amp;nbsp;&lt;/STRONG&gt;&lt;/EM&gt;&lt;STRONG&gt;&lt;I&gt;data&lt;/I&gt;&lt;/STRONG&gt;) with&amp;nbsp;&lt;/SPAN&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;&lt;SPAN&gt;Text&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;SPAN&gt;format and your&amp;nbsp;&lt;STRONG&gt;expected result&lt;/STRONG&gt;&amp;nbsp;with backend logic and special examples.&amp;nbsp;&lt;/SPAN&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;&lt;SPAN&gt;It is better&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;SPAN&gt;&lt;FONT color="#FF0000"&gt;&amp;nbsp;&lt;/FONT&gt;if you can share a&amp;nbsp;&lt;/SPAN&gt;&lt;FONT color="#008000"&gt;&lt;STRONG&gt;&lt;SPAN&gt;simplified&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;SPAN&gt;pbix file. You can refer the following link to upload the file to the community. Thank you.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="background: white; box-sizing: border-box; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; text-align: start; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 7.5pt 0in 0in 0in;"&gt;&lt;SPAN&gt;&lt;A href="https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcommunity.powerbi.com%2Ft5%2FDesktop%2FHow-to-upload-PBI-in-Community%2Fm-p%2F1672886&amp;amp;data=04%7C01%7Cv-yiruan%40microsoft.com%7C4f580813734d4a8355b008da16f6e91a%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C637847547341062885%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&amp;amp;sdata=YJvujige2YITXKbKED9JieQm5LBdf%2F3IYPM4ggdiijQ%3D&amp;amp;reserved=0" target="_blank" rel="noopener"&gt;How to upload PBI in Community&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="background: white; box-sizing: border-box; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; text-align: start; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 7.5pt 0in 0in 0in;"&gt;&lt;SPAN&gt;Best Regards&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Dec 2022 06:15:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Required-to-calculate-percentage-for-Clustered-Column-Chart-with/m-p/2955343#M40190</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-12-08T06:15:50Z</dc:date>
    </item>
    <item>
      <title>Re: Required to calculate percentage for Clustered Column Chart with Multiple filters</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Required-to-calculate-percentage-for-Clustered-Column-Chart-with/m-p/2961576#M40244</link>
      <description>&lt;P&gt;My requirement whenever we do filter automatically it needs to calculate 100%.. sharing the excel file for better understanding&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A title="clarification" href="https://drive.google.com/drive/u/0/folders/1EspAR9KFIjIArh7ZaPG7Pa0jDVGs699F" target="_self"&gt;https://drive.google.com/drive/u/0/folders/1EspAR9KFIjIArh7ZaPG7Pa0jDVGs699F&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Dec 2022 06:32:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Required-to-calculate-percentage-for-Clustered-Column-Chart-with/m-p/2961576#M40244</guid>
      <dc:creator>rama211976</dc:creator>
      <dc:date>2022-12-12T06:32:53Z</dc:date>
    </item>
    <item>
      <title>Re: Required to calculate percentage for Clustered Column Chart with Multiple filters</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Required-to-calculate-percentage-for-Clustered-Column-Chart-with/m-p/2963740#M40264</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/482953"&gt;@rama211976&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;It seems that I have no access to your shared file, could you please grant me the proper permission to it? And please provide the expected result with the specific examples and explanations. Thank you.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="yingyinr_0-1670893972602.png" style="width: 999px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/839578i1FFE68F0AB66668D/image-size/large?v=v2&amp;amp;px=999" role="button" title="yingyinr_0-1670893972602.png" alt="yingyinr_0-1670893972602.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;</description>
      <pubDate>Tue, 13 Dec 2022 01:20:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Required-to-calculate-percentage-for-Clustered-Column-Chart-with/m-p/2963740#M40264</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-12-13T01:20:54Z</dc:date>
    </item>
    <item>
      <title>Re: Required to calculate percentage for Clustered Column Chart with Multiple filters</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Required-to-calculate-percentage-for-Clustered-Column-Chart-with/m-p/2965087#M40283</link>
      <description>&lt;P&gt;&lt;A title="Please find the lnk" href="https://drive.google.com/drive/folders/1MBiTOPnkrzhhuvh1dq_vlI1m__QjncFO?usp=sharing" target="_self"&gt;https://drive.google.com/drive/folders/1MBiTOPnkrzhhuvh1dq_vlI1m__QjncFO?usp=sharing&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have shared the example with the graphs in the above mentioned link&lt;/P&gt;</description>
      <pubDate>Tue, 13 Dec 2022 11:25:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Required-to-calculate-percentage-for-Clustered-Column-Chart-with/m-p/2965087#M40283</guid>
      <dc:creator>rama211976</dc:creator>
      <dc:date>2022-12-13T11:25:26Z</dc:date>
    </item>
  </channel>
</rss>

