<?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 Triangle style bar chart by DAX+SVG in Custom Visuals Development Discussion</title>
    <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Triangle-style-bar-chart-by-DAX-SVG/m-p/3243973#M7505</link>
    <description>&lt;P&gt;Result:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="wujunmin_0-1684486489706.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/917263iBA449C09DA6986F2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="wujunmin_0-1684486489706.png" alt="wujunmin_0-1684486489706.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Mark the measure below as image URL:&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Chart = 
VAR Max_Value = MAXX ( ALLSELECTED ('table'),[KPI] ) 
VAR SVG ="
    data&amp;amp;colon;image/svg+xml;utf8,
    &amp;lt;svg xmlns='http://www.w3.org/2000/svg' width='300' height='30'&amp;gt;
        &amp;lt;polygon fill='deepskyblue'
          points=' "
             &amp;amp; 300 * [KPI] / Max_Value &amp;amp; ",15
             0,0 0,30'
        /&amp;gt;
    &amp;lt;/svg&amp;gt;"
RETURN
    SVG&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="wujunmin_1-1684486721024.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/917264i7FCD59B4B8680C90/image-size/medium?v=v2&amp;amp;px=400" role="button" title="wujunmin_1-1684486721024.png" alt="wujunmin_1-1684486721024.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 19 May 2023 09:00:05 GMT</pubDate>
    <dc:creator>wujunmin</dc:creator>
    <dc:date>2023-05-19T09:00:05Z</dc:date>
    <item>
      <title>Triangle style bar chart by DAX+SVG</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Triangle-style-bar-chart-by-DAX-SVG/m-p/3243973#M7505</link>
      <description>&lt;P&gt;Result:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="wujunmin_0-1684486489706.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/917263iBA449C09DA6986F2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="wujunmin_0-1684486489706.png" alt="wujunmin_0-1684486489706.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Mark the measure below as image URL:&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Chart = 
VAR Max_Value = MAXX ( ALLSELECTED ('table'),[KPI] ) 
VAR SVG ="
    data&amp;amp;colon;image/svg+xml;utf8,
    &amp;lt;svg xmlns='http://www.w3.org/2000/svg' width='300' height='30'&amp;gt;
        &amp;lt;polygon fill='deepskyblue'
          points=' "
             &amp;amp; 300 * [KPI] / Max_Value &amp;amp; ",15
             0,0 0,30'
        /&amp;gt;
    &amp;lt;/svg&amp;gt;"
RETURN
    SVG&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="wujunmin_1-1684486721024.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/917264i7FCD59B4B8680C90/image-size/medium?v=v2&amp;amp;px=400" role="button" title="wujunmin_1-1684486721024.png" alt="wujunmin_1-1684486721024.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 May 2023 09:00:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Triangle-style-bar-chart-by-DAX-SVG/m-p/3243973#M7505</guid>
      <dc:creator>wujunmin</dc:creator>
      <dc:date>2023-05-19T09:00:05Z</dc:date>
    </item>
  </channel>
</rss>

