<?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: Clustered Bar Chart to Show Percentages Instead of Whole Numbers in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Clustered-Bar-Chart-to-Show-Percentages-Instead-of-Whole-Numbers/m-p/4082645#M162063</link>
    <description>&lt;P&gt;Hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="531109" data-lia-user-login="e175429" class="lia-mention lia-mention-user"&gt;e175429&lt;/a&gt;&amp;nbsp;if these are 5 different measures then you need to first add these 5 measures to get a sum up Value and then divide those 5 measures by the sum up Value. Data type of ultimate 5 results will be in&amp;nbsp; percentage format. I hope you got my point.&lt;/P&gt;</description>
    <pubDate>Tue, 06 Aug 2024 01:22:17 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-08-06T01:22:17Z</dc:date>
    <item>
      <title>Clustered Bar Chart to Show Percentages Instead of Whole Numbers</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Clustered-Bar-Chart-to-Show-Percentages-Instead-of-Whole-Numbers/m-p/4081590#M162031</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is my current chart:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This chart is based on 5 measures I created, and each measure has it's own total.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to show the percentages of the total instead of the whole numbers?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Mon, 05 Aug 2024 14:37:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Clustered-Bar-Chart-to-Show-Percentages-Instead-of-Whole-Numbers/m-p/4081590#M162031</guid>
      <dc:creator>e175429</dc:creator>
      <dc:date>2024-08-05T14:37:05Z</dc:date>
    </item>
    <item>
      <title>Re: Clustered Bar Chart to Show Percentages Instead of Whole Numbers</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Clustered-Bar-Chart-to-Show-Percentages-Instead-of-Whole-Numbers/m-p/4081850#M162043</link>
      <description>&lt;P&gt;Source Data and % component dax&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;use the % component at x axis&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;You will get your desired result&lt;/P&gt;</description>
      <pubDate>Mon, 05 Aug 2024 16:25:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Clustered-Bar-Chart-to-Show-Percentages-Instead-of-Whole-Numbers/m-p/4081850#M162043</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-08-05T16:25:48Z</dc:date>
    </item>
    <item>
      <title>Re: Clustered Bar Chart to Show Percentages Instead of Whole Numbers</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Clustered-Bar-Chart-to-Show-Percentages-Instead-of-Whole-Numbers/m-p/4082248#M162048</link>
      <description>&lt;P&gt;Hey&amp;nbsp;Anonymous&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A couple of things are different for my graph.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;First, it's the product of 5 measures.&lt;/P&gt;&lt;P&gt;Here is my sample data:&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 created 5 measures based on this data because I needed to group the sum of certain columns:&lt;/P&gt;&lt;P&gt;First measure:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Second measure:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The next 3 measures follow the same pattern. Let me know if seeing those would be helpful.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I put all 5 measures on a grpah and get:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;My data build is:&lt;/P&gt;&lt;P&gt;&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;When I right click any of the x-axis and select "show value as percent of grand total" it changes the chart to this (I only changed it for the first two):&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;</description>
      <pubDate>Mon, 05 Aug 2024 19:44:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Clustered-Bar-Chart-to-Show-Percentages-Instead-of-Whole-Numbers/m-p/4082248#M162048</guid>
      <dc:creator>e175429</dc:creator>
      <dc:date>2024-08-05T19:44:23Z</dc:date>
    </item>
    <item>
      <title>Re: Clustered Bar Chart to Show Percentages Instead of Whole Numbers</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Clustered-Bar-Chart-to-Show-Percentages-Instead-of-Whole-Numbers/m-p/4082645#M162063</link>
      <description>&lt;P&gt;Hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="531109" data-lia-user-login="e175429" class="lia-mention lia-mention-user"&gt;e175429&lt;/a&gt;&amp;nbsp;if these are 5 different measures then you need to first add these 5 measures to get a sum up Value and then divide those 5 measures by the sum up Value. Data type of ultimate 5 results will be in&amp;nbsp; percentage format. I hope you got my point.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Aug 2024 01:22:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Clustered-Bar-Chart-to-Show-Percentages-Instead-of-Whole-Numbers/m-p/4082645#M162063</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-08-06T01:22:17Z</dc:date>
    </item>
    <item>
      <title>Re: Clustered Bar Chart to Show Percentages Instead of Whole Numbers</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Clustered-Bar-Chart-to-Show-Percentages-Instead-of-Whole-Numbers/m-p/4084291#M162105</link>
      <description>&lt;P&gt;Good morning&amp;nbsp;Anonymous&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I do get your point. However, the total of each measure is different.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The sum of the first measure is 1287 but the total is 1405 so I need that bar to show 92%&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The sum of the second measure is 998 but the total is 1124 so I need that bar to show 89%&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The sum of the third measure is 1219 but the total is 1405 so I need that bar to show 87%&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The sum of the fourth measure is 1032 but the total is 1124 so I need that bar to show 92%&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The sum of the fifth measure is 1003 but the total is 1124 so I need that bar to show 89%&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So if I summed up the measures, I would get incorrect percentages.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Aug 2024 13:27:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Clustered-Bar-Chart-to-Show-Percentages-Instead-of-Whole-Numbers/m-p/4084291#M162105</guid>
      <dc:creator>e175429</dc:creator>
      <dc:date>2024-08-06T13:27:58Z</dc:date>
    </item>
    <item>
      <title>Re: Clustered Bar Chart to Show Percentages Instead of Whole Numbers</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Clustered-Bar-Chart-to-Show-Percentages-Instead-of-Whole-Numbers/m-p/4084308#M162106</link>
      <description>&lt;P&gt;Understood your point. But if you are able to get the percentages separately as per your calculation then keep those percentage measures instead of Value measures in the x axis&lt;/P&gt;</description>
      <pubDate>Tue, 06 Aug 2024 13:32:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Clustered-Bar-Chart-to-Show-Percentages-Instead-of-Whole-Numbers/m-p/4084308#M162106</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-08-06T13:32:40Z</dc:date>
    </item>
    <item>
      <title>Re: Clustered Bar Chart to Show Percentages Instead of Whole Numbers</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Clustered-Bar-Chart-to-Show-Percentages-Instead-of-Whole-Numbers/m-p/4084317#M162107</link>
      <description>&lt;P&gt;I would love to do that if the graph was to stand by itself. But I need to put filter on it, which in turn would change the percentages depending on what is filtered.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Aug 2024 13:36:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Clustered-Bar-Chart-to-Show-Percentages-Instead-of-Whole-Numbers/m-p/4084317#M162107</guid>
      <dc:creator>e175429</dc:creator>
      <dc:date>2024-08-06T13:36:51Z</dc:date>
    </item>
    <item>
      <title>Re: Clustered Bar Chart to Show Percentages Instead of Whole Numbers</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Clustered-Bar-Chart-to-Show-Percentages-Instead-of-Whole-Numbers/m-p/4084328#M162108</link>
      <description>&lt;P&gt;While calculating the percentages you can use combination of calculate and all functions so that the Filtering action can be resisted.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Aug 2024 13:42:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Clustered-Bar-Chart-to-Show-Percentages-Instead-of-Whole-Numbers/m-p/4084328#M162108</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-08-06T13:42:10Z</dc:date>
    </item>
    <item>
      <title>Re: Clustered Bar Chart to Show Percentages Instead of Whole Numbers</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Clustered-Bar-Chart-to-Show-Percentages-Instead-of-Whole-Numbers/m-p/4084344#M162109</link>
      <description>&lt;P&gt;I'm sorry, I'm not sure I understand what you mean&lt;/P&gt;</description>
      <pubDate>Tue, 06 Aug 2024 13:45:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Clustered-Bar-Chart-to-Show-Percentages-Instead-of-Whole-Numbers/m-p/4084344#M162109</guid>
      <dc:creator>e175429</dc:creator>
      <dc:date>2024-08-06T13:45:26Z</dc:date>
    </item>
    <item>
      <title>Re: Clustered Bar Chart to Show Percentages Instead of Whole Numbers</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Clustered-Bar-Chart-to-Show-Percentages-Instead-of-Whole-Numbers/m-p/4088540#M162271</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="531109" data-lia-user-login="e175429" class="lia-mention lia-mention-user"&gt;e175429&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can just change the outcome of the measure 1 into _result/1405(the measure of the total)&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;The same to other measures.&lt;/P&gt;
&lt;P&gt;Then select the measure and click % button in the Measure tools pane:&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;Best Regards&lt;/P&gt;
&lt;P&gt;Zhengdong Xu&lt;BR /&gt;If this post&amp;nbsp;&lt;STRONG&gt;helps&lt;/STRONG&gt;, then please consider&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;Accept it as the solution&lt;/EM&gt;&lt;/STRONG&gt;&lt;EM&gt;&amp;nbsp;to help the other members find it more quickly.&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Aug 2024 07:00:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Clustered-Bar-Chart-to-Show-Percentages-Instead-of-Whole-Numbers/m-p/4088540#M162271</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-08-08T07:00:51Z</dc:date>
    </item>
    <item>
      <title>Re: Clustered Bar Chart to Show Percentages Instead of Whole Numbers</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Clustered-Bar-Chart-to-Show-Percentages-Instead-of-Whole-Numbers/m-p/4092117#M162394</link>
      <description>&lt;P&gt;That did it!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you soooooo much!&lt;/P&gt;</description>
      <pubDate>Fri, 09 Aug 2024 15:20:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Clustered-Bar-Chart-to-Show-Percentages-Instead-of-Whole-Numbers/m-p/4092117#M162394</guid>
      <dc:creator>e175429</dc:creator>
      <dc:date>2024-08-09T15:20:14Z</dc:date>
    </item>
  </channel>
</rss>

