<?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: How to get individual values in clustered column chart in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-get-individual-values-in-clustered-column-chart/m-p/3219928#M117672</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&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;&amp;nbsp;&lt;BR /&gt;Please refer to your sample file updated as requested.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;CountQ123 = 
VAR Count1 = DISTINCTCOUNT ( 'Q1,Q2,Q3'[Index] )
VAR TotalCount = CALCULATE ( DISTINCTCOUNT ( 'Q1,Q2,Q3'[Index] ), ALLEXCEPT ( 'Q1,Q2,Q3', 'Q1,Q2,Q3'[Country] ) )
RETURN
    DIVIDE ( Count1, TotalCount )&lt;/LI-CODE&gt;</description>
    <pubDate>Thu, 04 May 2023 12:34:32 GMT</pubDate>
    <dc:creator>tamerj1</dc:creator>
    <dc:date>2023-05-04T12:34:32Z</dc:date>
    <item>
      <title>How to get individual values in clustered column chart</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-get-individual-values-in-clustered-column-chart/m-p/3219629#M117645</link>
      <description>&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have been stuck with a problem where I need to identify the individual values of a column and stack that together in a column bar chart.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example, I have below survey Q&amp;amp;A data and I need to find the individual contributions of each country and then put that value in the bar chart.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;The output above gives me the overall contributions of each countries, however if I select any individual country(for ex, if i select France, I get the below values where approx, 23% have choosen option 1, 25% have choosen option 2 and 3 and 13% have choosen option 4 and 5)&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am looking to have the above same values when I deselect France from the filter in comparasion with other countries. I know the value gets divided by overall respondents if i clear filteres but is there any way on how I can get individual values of each countries together.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have attached the .pbix file for reference in the below shared link. Any solution/approach is highly appreciated.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://drive.google.com/drive/folders/1SoUdJDzWLtrFCvDhNmaB04LiXNMxCXyJ?usp=share_link" target="_blank"&gt;https://drive.google.com/drive/folders/1SoUdJDzWLtrFCvDhNmaB04LiXNMxCXyJ?usp=share_link&lt;/A&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>Thu, 04 May 2023 09:45:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-get-individual-values-in-clustered-column-chart/m-p/3219629#M117645</guid>
      <dc:creator>Praj</dc:creator>
      <dc:date>2023-05-04T09:45:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to get individual values in clustered column chart</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-get-individual-values-in-clustered-column-chart/m-p/3219928#M117672</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&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;&amp;nbsp;&lt;BR /&gt;Please refer to your sample file updated as requested.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;CountQ123 = 
VAR Count1 = DISTINCTCOUNT ( 'Q1,Q2,Q3'[Index] )
VAR TotalCount = CALCULATE ( DISTINCTCOUNT ( 'Q1,Q2,Q3'[Index] ), ALLEXCEPT ( 'Q1,Q2,Q3', 'Q1,Q2,Q3'[Country] ) )
RETURN
    DIVIDE ( Count1, TotalCount )&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 04 May 2023 12:34:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-get-individual-values-in-clustered-column-chart/m-p/3219928#M117672</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2023-05-04T12:34:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to get individual values in clustered column chart</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-get-individual-values-in-clustered-column-chart/m-p/3220012#M117675</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="317289" data-lia-user-login="tamerj1" class="lia-mention lia-mention-user"&gt;tamerj1&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the approach. The solution worked.&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;</description>
      <pubDate>Thu, 04 May 2023 13:08:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-get-individual-values-in-clustered-column-chart/m-p/3220012#M117675</guid>
      <dc:creator>Praj</dc:creator>
      <dc:date>2023-05-04T13:08:49Z</dc:date>
    </item>
  </channel>
</rss>

