<?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 show text on bar graph in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-show-text-on-bar-graph/m-p/3592403#M138713</link>
    <description>&lt;P&gt;The more recent versions of powerBI have custom labels, so you can format your own text for graphs and still use the out-of-box visuals. I would create a measure like:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Label = FORMAT(DIVIDE([numerator], [denominator]), "00%") &amp;amp; " " &amp;amp; [numerator] &amp;amp; " " &amp;amp; [denominator]&lt;/LI-CODE&gt;
&lt;P&gt;and use that, or you can experiment with the dynamic formatting options for measures.&lt;/P&gt;
&lt;P&gt;Check out the following:&lt;BR /&gt;&lt;A href="https://www.sqlbi.com/articles/introducing-dynamic-format-strings-for-dax-measures/" target="_blank"&gt;https://www.sqlbi.com/articles/introducing-dynamic-format-strings-for-dax-measures/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://powerbi.microsoft.com/en-gb/blog/power-bi-may-2023-feature-summary/#post-23312-_Toc134425713" target="_blank"&gt;https://powerbi.microsoft.com/en-gb/blog/power-bi-may-2023-feature-summary/#post-23312-_Toc134425713&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 19 Dec 2023 22:40:39 GMT</pubDate>
    <dc:creator>vicky_</dc:creator>
    <dc:date>2023-12-19T22:40:39Z</dc:date>
    <item>
      <title>How to show text on bar graph</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-show-text-on-bar-graph/m-p/3592394#M138712</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a simple bar chart that shows % value (numerator / denominator) , now the requirement is to show numerator and denominator value along with % value ( not as tooltip) on the bar itself &amp;nbsp;- for example - 50% (10/20) instead of 50% . Since % field is number value so I can't have text in the bar chart.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any way to show it [&lt;SPAN&gt;50% (10/20)]&lt;/SPAN&gt;using some custom visuals like deneb or any other way? I don't have any idea about deneb so looking for an spossible solution for this requirement.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;please share your ideas if you came accross this situation earlier.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 19 Dec 2023 22:26:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-show-text-on-bar-graph/m-p/3592394#M138712</guid>
      <dc:creator>sdg1393</dc:creator>
      <dc:date>2023-12-19T22:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to show text on bar graph</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-show-text-on-bar-graph/m-p/3592403#M138713</link>
      <description>&lt;P&gt;The more recent versions of powerBI have custom labels, so you can format your own text for graphs and still use the out-of-box visuals. I would create a measure like:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Label = FORMAT(DIVIDE([numerator], [denominator]), "00%") &amp;amp; " " &amp;amp; [numerator] &amp;amp; " " &amp;amp; [denominator]&lt;/LI-CODE&gt;
&lt;P&gt;and use that, or you can experiment with the dynamic formatting options for measures.&lt;/P&gt;
&lt;P&gt;Check out the following:&lt;BR /&gt;&lt;A href="https://www.sqlbi.com/articles/introducing-dynamic-format-strings-for-dax-measures/" target="_blank"&gt;https://www.sqlbi.com/articles/introducing-dynamic-format-strings-for-dax-measures/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://powerbi.microsoft.com/en-gb/blog/power-bi-may-2023-feature-summary/#post-23312-_Toc134425713" target="_blank"&gt;https://powerbi.microsoft.com/en-gb/blog/power-bi-may-2023-feature-summary/#post-23312-_Toc134425713&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Dec 2023 22:40:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-show-text-on-bar-graph/m-p/3592403#M138713</guid>
      <dc:creator>vicky_</dc:creator>
      <dc:date>2023-12-19T22:40:39Z</dc:date>
    </item>
  </channel>
</rss>

