<?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: Total in Bar Chart in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Total-in-Bar-Chart/m-p/2257088#M54497</link>
    <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt; , refer this old solution &lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.powerbi.com/t5/Desktop/Grand-Total-in-Bar-Chart/m-p/612631" target="_blank"&gt;https://community.powerbi.com/t5/Desktop/Grand-Total-in-Bar-Chart/m-p/612631&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 27 Dec 2021 15:41:51 GMT</pubDate>
    <dc:creator>amitchandak</dc:creator>
    <dc:date>2021-12-27T15:41:51Z</dc:date>
    <item>
      <title>Total in Bar Chart</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Total-in-Bar-Chart/m-p/2257074#M54496</link>
      <description>&lt;P&gt;Dears,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I prepared the chart below, calculating the total price (measure) comparing the real (green) vs planning (blue and yellow) of two plants.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I need to see total&amp;nbsp;at the end of chart.&amp;nbsp;Is that possible?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&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, 27 Dec 2021 15:29:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Total-in-Bar-Chart/m-p/2257074#M54496</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-12-27T15:29:39Z</dc:date>
    </item>
    <item>
      <title>Re: Total in Bar Chart</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Total-in-Bar-Chart/m-p/2257088#M54497</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt; , refer this old solution &lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.powerbi.com/t5/Desktop/Grand-Total-in-Bar-Chart/m-p/612631" target="_blank"&gt;https://community.powerbi.com/t5/Desktop/Grand-Total-in-Bar-Chart/m-p/612631&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Dec 2021 15:41:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Total-in-Bar-Chart/m-p/2257088#M54497</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2021-12-27T15:41:51Z</dc:date>
    </item>
    <item>
      <title>Re: Total in Bar Chart</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Total-in-Bar-Chart/m-p/2257104#M54499</link>
      <description>&lt;P&gt;Hi&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;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks your suggestion.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But the values in my chart are nota column in table, they are measure calculated based on another measure (Price =&amp;nbsp; Total / Quantity).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I do this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Dec 2021 15:53:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Total-in-Bar-Chart/m-p/2257104#M54499</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-12-27T15:53:59Z</dc:date>
    </item>
    <item>
      <title>Re: Total in Bar Chart</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Total-in-Bar-Chart/m-p/2257124#M54502</link>
      <description>&lt;P&gt;Anonymous&lt;/a&gt; , You have to populate the base columns and then use the measure &lt;/P&gt;</description>
      <pubDate>Mon, 27 Dec 2021 16:14:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Total-in-Bar-Chart/m-p/2257124#M54502</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2021-12-27T16:14:56Z</dc:date>
    </item>
    <item>
      <title>Re: Total in Bar Chart</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Total-in-Bar-Chart/m-p/2260429#M54643</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;According to your description, I can roughly understand your requirement, I think the only way to achieve your requirement is to create a calculated table that uses UNION() to add the total rows to be placed into the clustered column chart to display the expected output. you can try my method:&lt;/P&gt;
&lt;P&gt;This is the test data I created based on your description:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can create a calculated table like this:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Total table =

var _summarize=SUMMARIZE('Table','Table'[Type],"1",SUM('Table'[Price]))

var _selectcolumns=SELECTCOLUMNS(_summarize,"Category","Total","Type",[Type],"Price",[1])

return

UNION('Table',_selectcolumns)&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And you can create a clustered column chart to place like this to get what you want:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can download my test pbix file below&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this result is not what you want, you can post some sample data(without sensitive data) and your expected result.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490" target="_blank"&gt;How to Get Your Question Answered Quickly&amp;nbsp;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Thank you very much!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Community Support Team _Robert Qin&lt;/P&gt;
&lt;P&gt;If this post &lt;STRONG&gt;helps&lt;/STRONG&gt;, then please consider &lt;STRONG&gt;&lt;EM&gt;Accept it as the solution&lt;/EM&gt;&lt;/STRONG&gt; to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Dec 2021 02:29:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Total-in-Bar-Chart/m-p/2260429#M54643</guid>
      <dc:creator>v-robertq-msft</dc:creator>
      <dc:date>2021-12-30T02:29:46Z</dc:date>
    </item>
  </channel>
</rss>

