<?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: Pareto Chart in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Pareto-Chart/m-p/1516559#M29515</link>
    <description>&lt;P&gt;Thank you!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That did it!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 25 Nov 2020 14:04:05 GMT</pubDate>
    <dc:creator>MRR</dc:creator>
    <dc:date>2020-11-25T14:04:05Z</dc:date>
    <item>
      <title>Pareto Chart</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Pareto-Chart/m-p/1516392#M29507</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have been ask to create a Pareto chart for incoming invoices.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;They want to see the amounts in categories:&lt;/P&gt;&lt;P&gt;0-50,50-100,100-250,250-500 ect.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a table:&lt;/P&gt;&lt;P&gt;Invoice number - Amount&lt;/P&gt;&lt;P&gt;1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; - 123&lt;/P&gt;&lt;P&gt;2&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;-&amp;nbsp; &amp;nbsp;10&lt;/P&gt;&lt;P&gt;Ect.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have made colums 0-50,50-100, but the chart only accept 1 value colum.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How could I do this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm a new power Bi user, still looking to get to understand how it all works...&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 12:59:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Pareto-Chart/m-p/1516392#M29507</guid>
      <dc:creator>MRR</dc:creator>
      <dc:date>2020-11-25T12:59:39Z</dc:date>
    </item>
    <item>
      <title>Re: Pareto Chart</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Pareto-Chart/m-p/1516414#M29509</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="272689" data-lia-user-login="MRR" class="lia-mention lia-mention-user"&gt;MRR&lt;/a&gt; , Have create a column like this &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Switch ( True (),&lt;BR /&gt;[Amount] &amp;lt;= 50 ," 0 -50",&lt;BR /&gt;[Amount] &amp;lt;= 100 ," 50 -100",&lt;BR /&gt;// Add other &lt;BR /&gt;"Others" //default value &lt;BR /&gt;)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If the amount is the measure then you need dynamic segmentation&lt;/P&gt;
&lt;P&gt;refer: &lt;A href="https://youtu.be/CuczXPj0N-k" target="_blank"&gt;https://youtu.be/CuczXPj0N-k&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 13:07:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Pareto-Chart/m-p/1516414#M29509</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2020-11-25T13:07:21Z</dc:date>
    </item>
    <item>
      <title>Re: Pareto Chart</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Pareto-Chart/m-p/1516559#M29515</link>
      <description>&lt;P&gt;Thank you!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That did it!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 14:04:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Pareto-Chart/m-p/1516559#M29515</guid>
      <dc:creator>MRR</dc:creator>
      <dc:date>2020-11-25T14:04:05Z</dc:date>
    </item>
  </channel>
</rss>

