<?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: SVG Stacked bar in Matrix Visualization in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/SVG-Stacked-bar-in-Matrix-Visualization/m-p/3144621#M112437</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="100342" data-lia-user-login="lbendlin" class="lia-mention lia-mention-user"&gt;lbendlin&lt;/a&gt;&amp;nbsp;I need to display a matrix with three values in stacked bar chart.&amp;nbsp;&lt;/P&gt;&lt;P&gt;For Example:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here in table format the measure values "Profit", "Calculation1"and "Quantity" are in stacked bar.&lt;BR /&gt;I need the same thing in power BI. This is possible thorough SVG. But I am not getting any sample for this.&lt;BR /&gt;Can you give idea to get this stcaked bar?&lt;/P&gt;</description>
    <pubDate>Tue, 21 Mar 2023 12:50:12 GMT</pubDate>
    <dc:creator>asdf1608</dc:creator>
    <dc:date>2023-03-21T12:50:12Z</dc:date>
    <item>
      <title>SVG Stacked bar in Matrix Visualization</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/SVG-Stacked-bar-in-Matrix-Visualization/m-p/3138061#M111921</link>
      <description>&lt;P&gt;I need to combine a matrix visualization with the measure values as Stacked bar in Power Bi.&lt;/P&gt;&lt;P&gt;I tried to use two different charts but the format is not same. So trying to use SCG Stacked bar chart for three columns&lt;/P&gt;&lt;P&gt;1)a = MIN(Column1)&lt;/P&gt;&lt;P&gt;2)b = MIN(Column2)&lt;/P&gt;&lt;P&gt;3)c = MIN(Column3)&lt;/P&gt;&lt;P&gt;How do I create a SVG to display the bars like this&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Help in this is needed&lt;/P&gt;</description>
      <pubDate>Fri, 17 Mar 2023 06:59:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/SVG-Stacked-bar-in-Matrix-Visualization/m-p/3138061#M111921</guid>
      <dc:creator>asdf1608</dc:creator>
      <dc:date>2023-03-17T06:59:44Z</dc:date>
    </item>
    <item>
      <title>Re: SVG Stacked bar in Matrix Visualization</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/SVG-Stacked-bar-in-Matrix-Visualization/m-p/3140981#M112163</link>
      <description>&lt;P&gt;You hand craft the SVG code for that type of visual (including the rendering of the Y axis and the calculation of the Y offset for the bars) and then you present that SVG to the image in the matrix cell.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Start with sample data and create the SVG for the desired output. Then make the parameters dynamic.&lt;/P&gt;</description>
      <pubDate>Sun, 19 Mar 2023 20:45:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/SVG-Stacked-bar-in-Matrix-Visualization/m-p/3140981#M112163</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2023-03-19T20:45:14Z</dc:date>
    </item>
    <item>
      <title>Re: SVG Stacked bar in Matrix Visualization</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/SVG-Stacked-bar-in-Matrix-Visualization/m-p/3141584#M112199</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="100342" data-lia-user-login="lbendlin" class="lia-mention lia-mention-user"&gt;lbendlin&lt;/a&gt;&amp;nbsp;Yes I tried to do that but I am not getting in stacked bar and I couldn't find any samples for stacked bar. Can you refer any stacked bar SVG .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help this is an emergency&lt;/P&gt;</description>
      <pubDate>Mon, 20 Mar 2023 07:02:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/SVG-Stacked-bar-in-Matrix-Visualization/m-p/3141584#M112199</guid>
      <dc:creator>asdf1608</dc:creator>
      <dc:date>2023-03-20T07:02:09Z</dc:date>
    </item>
    <item>
      <title>Re: SVG Stacked bar in Matrix Visualization</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/SVG-Stacked-bar-in-Matrix-Visualization/m-p/3142224#M112238</link>
      <description>&lt;P&gt;Please provide sanitized sample data that fully covers your issue.&lt;BR /&gt;Please show the expected outcome based on the sample data you provided.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Mar 2023 11:23:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/SVG-Stacked-bar-in-Matrix-Visualization/m-p/3142224#M112238</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2023-03-20T11:23:50Z</dc:date>
    </item>
    <item>
      <title>Re: SVG Stacked bar in Matrix Visualization</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/SVG-Stacked-bar-in-Matrix-Visualization/m-p/3144621#M112437</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="100342" data-lia-user-login="lbendlin" class="lia-mention lia-mention-user"&gt;lbendlin&lt;/a&gt;&amp;nbsp;I need to display a matrix with three values in stacked bar chart.&amp;nbsp;&lt;/P&gt;&lt;P&gt;For Example:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here in table format the measure values "Profit", "Calculation1"and "Quantity" are in stacked bar.&lt;BR /&gt;I need the same thing in power BI. This is possible thorough SVG. But I am not getting any sample for this.&lt;BR /&gt;Can you give idea to get this stcaked bar?&lt;/P&gt;</description>
      <pubDate>Tue, 21 Mar 2023 12:50:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/SVG-Stacked-bar-in-Matrix-Visualization/m-p/3144621#M112437</guid>
      <dc:creator>asdf1608</dc:creator>
      <dc:date>2023-03-21T12:50:12Z</dc:date>
    </item>
    <item>
      <title>Re: SVG Stacked bar in Matrix Visualization</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/SVG-Stacked-bar-in-Matrix-Visualization/m-p/3144649#M112440</link>
      <description>&lt;P&gt;I can work on it if you provide usable sample data.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Mar 2023 12:56:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/SVG-Stacked-bar-in-Matrix-Visualization/m-p/3144649#M112440</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2023-03-21T12:56:41Z</dc:date>
    </item>
    <item>
      <title>Re: SVG Stacked bar in Matrix Visualization</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/SVG-Stacked-bar-in-Matrix-Visualization/m-p/3144803#M112452</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="100342" data-lia-user-login="lbendlin" class="lia-mention lia-mention-user"&gt;lbendlin&lt;/a&gt;&amp;nbsp;Yes. This is the sample data&lt;BR /&gt;&lt;A href="https://1drv.ms/x/s!Akz4acqb40UcgYxccq3CAbGtfadAgw?e=e7I2EP" target="_blank"&gt;Book1.xlsx&lt;/A&gt;&lt;/P&gt;&lt;P&gt;PBI File:&amp;nbsp;&lt;A href="https://1drv.ms/u/s!Akz4acqb40UcgYxbPl6Kxw-FgpcxEg?e=c1jZKl" target="_blank"&gt;sample.pbix&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Mar 2023 13:43:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/SVG-Stacked-bar-in-Matrix-Visualization/m-p/3144803#M112452</guid>
      <dc:creator>asdf1608</dc:creator>
      <dc:date>2023-03-21T13:43:39Z</dc:date>
    </item>
    <item>
      <title>Re: SVG Stacked bar in Matrix Visualization</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/SVG-Stacked-bar-in-Matrix-Visualization/m-p/3145083#M112477</link>
      <description>&lt;P&gt;thank you for the sample data.&amp;nbsp; I assume you are stacking something by customer,segment, and date.&amp;nbsp; But what are you stacking? Quantity and Profit ratio have different units of measure?&lt;/P&gt;</description>
      <pubDate>Tue, 21 Mar 2023 15:20:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/SVG-Stacked-bar-in-Matrix-Visualization/m-p/3145083#M112477</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2023-03-21T15:20:51Z</dc:date>
    </item>
    <item>
      <title>Re: SVG Stacked bar in Matrix Visualization</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/SVG-Stacked-bar-in-Matrix-Visualization/m-p/3145176#M112486</link>
      <description>&lt;P&gt;Then you can use "Sales and "Profit". It is just we need to stack bar in matrix visualization&lt;/P&gt;</description>
      <pubDate>Tue, 21 Mar 2023 15:55:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/SVG-Stacked-bar-in-Matrix-Visualization/m-p/3145176#M112486</guid>
      <dc:creator>asdf1608</dc:creator>
      <dc:date>2023-03-21T15:55:27Z</dc:date>
    </item>
    <item>
      <title>Re: SVG Stacked bar in Matrix Visualization</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/SVG-Stacked-bar-in-Matrix-Visualization/m-p/3145414#M112503</link>
      <description>&lt;P&gt;There's a small problem &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp; Some sample customers have negative profit ...&amp;nbsp;&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;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That means there has to be additional logic (across ALLSELECTED) to find the largest positive and the largest negative value in order to define the Y axis range.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Mar 2023 17:48:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/SVG-Stacked-bar-in-Matrix-Visualization/m-p/3145414#M112503</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2023-03-21T17:48:08Z</dc:date>
    </item>
    <item>
      <title>Re: SVG Stacked bar in Matrix Visualization</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/SVG-Stacked-bar-in-Matrix-Visualization/m-p/3147445#M112646</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="100342" data-lia-user-login="lbendlin" class="lia-mention lia-mention-user"&gt;lbendlin&lt;/a&gt;&amp;nbsp;Can you please send the PBIX file so that I can refer&lt;/P&gt;</description>
      <pubDate>Wed, 22 Mar 2023 14:31:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/SVG-Stacked-bar-in-Matrix-Visualization/m-p/3147445#M112646</guid>
      <dc:creator>asdf1608</dc:creator>
      <dc:date>2023-03-22T14:31:02Z</dc:date>
    </item>
    <item>
      <title>Re: SVG Stacked bar in Matrix Visualization</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/SVG-Stacked-bar-in-Matrix-Visualization/m-p/3147705#M112670</link>
      <description>&lt;P&gt;I haven't done any SVG work yet, waiting for your guidance. The example was based on Small Multiples.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Mar 2023 16:04:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/SVG-Stacked-bar-in-Matrix-Visualization/m-p/3147705#M112670</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2023-03-22T16:04:30Z</dc:date>
    </item>
    <item>
      <title>Re: SVG Stacked bar in Matrix Visualization</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/SVG-Stacked-bar-in-Matrix-Visualization/m-p/3149127#M112761</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="100342" data-lia-user-login="lbendlin" class="lia-mention lia-mention-user"&gt;lbendlin&lt;/a&gt;&amp;nbsp;Thank you for for help until now. I have updated the PBIX file. Here there are no negative values and you can refer page1 for the fields to be used for the stacked bar chart in SVG.&lt;/P&gt;&lt;P&gt;Can you please try in this and get the stacked bar chart&lt;/P&gt;&lt;P&gt;&lt;A href="https://1drv.ms/u/s!Akz4acqb40UcgYxdAL-Re39FI8BqfA?e=EakRA9" target="_blank"&gt;sample.pbix&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Mar 2023 08:15:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/SVG-Stacked-bar-in-Matrix-Visualization/m-p/3149127#M112761</guid>
      <dc:creator>asdf1608</dc:creator>
      <dc:date>2023-03-23T08:15:09Z</dc:date>
    </item>
    <item>
      <title>Re: SVG Stacked bar in Matrix Visualization</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/SVG-Stacked-bar-in-Matrix-Visualization/m-p/3151737#M112898</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="100342" data-lia-user-login="lbendlin" class="lia-mention lia-mention-user"&gt;lbendlin&lt;/a&gt;&amp;nbsp;Can you please look into it ans get me the stacked SVG Barchart. I am still struggling to get it correct.&amp;nbsp;&lt;BR /&gt;Help from you will be appreciated.&lt;BR /&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2023 07:00:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/SVG-Stacked-bar-in-Matrix-Visualization/m-p/3151737#M112898</guid>
      <dc:creator>asdf1608</dc:creator>
      <dc:date>2023-03-24T07:00:57Z</dc:date>
    </item>
    <item>
      <title>Re: SVG Stacked bar in Matrix Visualization</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/SVG-Stacked-bar-in-Matrix-Visualization/m-p/3152979#M112998</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="100342" data-lia-user-login="lbendlin" class="lia-mention lia-mention-user"&gt;lbendlin&lt;/a&gt;&amp;nbsp;any luck? I need this Stacked SVG Bar. Help in this is really needed&lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2023 16:08:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/SVG-Stacked-bar-in-Matrix-Visualization/m-p/3152979#M112998</guid>
      <dc:creator>asdf1608</dc:creator>
      <dc:date>2023-03-24T16:08:02Z</dc:date>
    </item>
    <item>
      <title>Re: SVG Stacked bar in Matrix Visualization</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/SVG-Stacked-bar-in-Matrix-Visualization/m-p/3155339#M113159</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="100342" data-lia-user-login="lbendlin" class="lia-mention lia-mention-user"&gt;lbendlin&lt;/a&gt;&amp;nbsp; is this possible in svg. I tried it but didn't get what needed.&lt;/P&gt;&lt;P&gt;have you tried it?&lt;/P&gt;</description>
      <pubDate>Mon, 27 Mar 2023 07:29:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/SVG-Stacked-bar-in-Matrix-Visualization/m-p/3155339#M113159</guid>
      <dc:creator>asdf1608</dc:creator>
      <dc:date>2023-03-27T07:29:22Z</dc:date>
    </item>
    <item>
      <title>Re: SVG Stacked bar in Matrix Visualization</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/SVG-Stacked-bar-in-Matrix-Visualization/m-p/3163539#M113696</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="100342" data-lia-user-login="lbendlin" class="lia-mention lia-mention-user"&gt;lbendlin&lt;/a&gt;&amp;nbsp;Any update on this?&lt;/P&gt;</description>
      <pubDate>Thu, 30 Mar 2023 13:27:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/SVG-Stacked-bar-in-Matrix-Visualization/m-p/3163539#M113696</guid>
      <dc:creator>asdf1608</dc:creator>
      <dc:date>2023-03-30T13:27:37Z</dc:date>
    </item>
    <item>
      <title>Re: SVG Stacked bar in Matrix Visualization</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/SVG-Stacked-bar-in-Matrix-Visualization/m-p/3163613#M113699</link>
      <description>&lt;P&gt;no, still learning how to use VCONCAT properly in Deneb, and how to translate that the SVG code.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Mar 2023 14:12:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/SVG-Stacked-bar-in-Matrix-Visualization/m-p/3163613#M113699</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2023-03-30T14:12:39Z</dc:date>
    </item>
    <item>
      <title>Re: SVG Stacked bar in Matrix Visualization</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/SVG-Stacked-bar-in-Matrix-Visualization/m-p/3163648#M113701</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="100342" data-lia-user-login="lbendlin" class="lia-mention lia-mention-user"&gt;lbendlin&lt;/a&gt;&amp;nbsp;Thank you for your effort. I tried to get in other ways the stacked bar chart in matrix visualization. Still nothings. So the only possibility is SVG in which I need help&lt;/P&gt;</description>
      <pubDate>Thu, 30 Mar 2023 14:12:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/SVG-Stacked-bar-in-Matrix-Visualization/m-p/3163648#M113701</guid>
      <dc:creator>asdf1608</dc:creator>
      <dc:date>2023-03-30T14:12:02Z</dc:date>
    </item>
    <item>
      <title>Re: SVG Stacked bar in Matrix Visualization</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/SVG-Stacked-bar-in-Matrix-Visualization/m-p/3164399#M113742</link>
      <description>&lt;P&gt;Looking at the data again I still see negative profit numbers. I think a clustered column chart is more appropriate for that to display.&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;</description>
      <pubDate>Thu, 30 Mar 2023 22:25:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/SVG-Stacked-bar-in-Matrix-Visualization/m-p/3164399#M113742</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2023-03-30T22:25:09Z</dc:date>
    </item>
  </channel>
</rss>

