<?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 graph related to dates in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Pareto-graph-related-to-dates/m-p/4586859#M175719</link>
    <description>&lt;P&gt;hello&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1227767" data-lia-user-login="Terrimaru" class="lia-mention lia-mention-user"&gt;Terrimaru&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;please check if this accomodate your need.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Hope this will help.&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
    <pubDate>Thu, 27 Feb 2025 00:29:11 GMT</pubDate>
    <dc:creator>Irwan</dc:creator>
    <dc:date>2025-02-27T00:29:11Z</dc:date>
    <item>
      <title>Pareto graph related to dates</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Pareto-graph-related-to-dates/m-p/4578165#M175667</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;I spent many hours with ChatGPT and unfortunately no results &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;BR /&gt;I have data:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Example&lt;/P&gt;&lt;P&gt;Date; Vendor Name; Value&lt;/P&gt;&lt;P&gt;Jan-2025; A; 50&lt;/P&gt;&lt;P&gt;Jan-2025; B; 40&lt;/P&gt;&lt;P&gt;Jan-2025; B; 80&lt;/P&gt;&lt;P&gt;Jan-2025; C; 30&lt;/P&gt;&lt;P&gt;Feb-2025; A; 30&lt;/P&gt;&lt;P&gt;Feb-2025; B; 50&lt;/P&gt;&lt;P&gt;Feb-2025; C; 80&lt;/P&gt;&lt;P&gt;Feb-2025; C; 30&lt;/P&gt;&lt;P&gt;etc.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need pareto graphs, which will be related to chosen dates. For example, if I choose Jan-2025 it will shows: B = 120, A = 50, C = 30 (this step is easy, and this is done), and additional to it pareto line which will shows... pareto: B = 60% (120/200), A = 85% (170/200), C = 100% (200/200)&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Once I change date to Feb-2025 it should calculate pareto based on new selected date.&lt;BR /&gt;&lt;BR /&gt;I have tried with gemini and chatgpt, but gemini failed with error "Unexpected value for ORDER argument in ORDERBY function. Use 0/FALSE/DESC for descending order or 1/TRUE/ASC for ascending order." and nothing helped for it. And ChatGPT failed, as every solution it provides shows Vendor Name %, not cumulative value. It showed&amp;nbsp;B = 60%, A = 25%, C = 15% instead of&amp;nbsp;B = 60% (120/200), A = 85% (170/200), C = 100% (200/200)&lt;BR /&gt;&lt;BR /&gt;Is anyone able to show me solution to this issue?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Feb 2025 17:30:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Pareto-graph-related-to-dates/m-p/4578165#M175667</guid>
      <dc:creator>Terrimaru</dc:creator>
      <dc:date>2025-02-25T17:30:15Z</dc:date>
    </item>
    <item>
      <title>Re: Pareto graph related to dates</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Pareto-graph-related-to-dates/m-p/4586859#M175719</link>
      <description>&lt;P&gt;hello&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1227767" data-lia-user-login="Terrimaru" class="lia-mention lia-mention-user"&gt;Terrimaru&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;please check if this accomodate your need.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Hope this will help.&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Feb 2025 00:29:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Pareto-graph-related-to-dates/m-p/4586859#M175719</guid>
      <dc:creator>Irwan</dc:creator>
      <dc:date>2025-02-27T00:29:11Z</dc:date>
    </item>
    <item>
      <title>Re: Pareto graph related to dates</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Pareto-graph-related-to-dates/m-p/4587369#M175733</link>
      <description>&lt;P&gt;Helo&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="490030" data-lia-user-login="Irwan" class="lia-mention lia-mention-user"&gt;Irwan&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;Not really. It should looks like below. Pareto (graph) for choosen period (on the left).&lt;/P&gt;&lt;P&gt;Once I change period to next one (for example Feb-2025), Pareto graph should adapt as well to the new values&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Feb 2025 07:22:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Pareto-graph-related-to-dates/m-p/4587369#M175733</guid>
      <dc:creator>Terrimaru</dc:creator>
      <dc:date>2025-02-27T07:22:00Z</dc:date>
    </item>
    <item>
      <title>Re: Pareto graph related to dates</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Pareto-graph-related-to-dates/m-p/4588883#M175792</link>
      <description>&lt;P&gt;hello&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1227767" data-lia-user-login="Terrimaru" class="lia-mention lia-mention-user"&gt;Terrimaru&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;i see, please check if this accomodate your need.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;i think the easiest way is creating new SUMMARIZE table (maybe other experts have better idea).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For the detail, please have a look at attached pbix.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this will help.&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Feb 2025 23:25:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Pareto-graph-related-to-dates/m-p/4588883#M175792</guid>
      <dc:creator>Irwan</dc:creator>
      <dc:date>2025-02-27T23:25:59Z</dc:date>
    </item>
    <item>
      <title>Re: Pareto graph related to dates</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Pareto-graph-related-to-dates/m-p/4593206#M175900</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Thank you for your support. I tried to adapt your solution to my report, but unfortunately there is an error (see attachment). I checked everything, and it seems my data are in the same format as yours. However still there is an error wchich do not allow me to make rank formula which seems essential here &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Mar 2025 15:41:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Pareto-graph-related-to-dates/m-p/4593206#M175900</guid>
      <dc:creator>Terrimaru</dc:creator>
      <dc:date>2025-03-03T15:41:21Z</dc:date>
    </item>
    <item>
      <title>Re: Pareto graph related to dates</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Pareto-graph-related-to-dates/m-p/4593332#M175901</link>
      <description>&lt;P&gt;small update. I was able to make function "rank" run, by adding it as a new column of "Summarize" (see screen, rank is there).&lt;BR /&gt;However now "Total" doesn't work. I add it to line y-axis, I make it percentage, I added "Rank" to Tooltips, etc., but the line do not want to appear ;/&lt;img /&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Mar 2025 16:33:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Pareto-graph-related-to-dates/m-p/4593332#M175901</guid>
      <dc:creator>Terrimaru</dc:creator>
      <dc:date>2025-03-03T16:33:07Z</dc:date>
    </item>
    <item>
      <title>Re: Pareto graph related to dates</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Pareto-graph-related-to-dates/m-p/4593761#M175914</link>
      <description>&lt;P&gt;hello&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1227767" data-lia-user-login="Terrimaru" class="lia-mention lia-mention-user"&gt;Terrimaru&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;please show how is your DAX for Total measure.&lt;/P&gt;
&lt;P&gt;if you have a sample data from your original data, it would be helpful.&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Mar 2025 23:47:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Pareto-graph-related-to-dates/m-p/4593761#M175914</guid>
      <dc:creator>Irwan</dc:creator>
      <dc:date>2025-03-03T23:47:28Z</dc:date>
    </item>
    <item>
      <title>Re: Pareto graph related to dates</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Pareto-graph-related-to-dates/m-p/4596292#M176003</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Please see below.&lt;/P&gt;&lt;P&gt;Also please see part of my data in excel. I can't find option here to attach excel itself &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Date: in months&lt;/P&gt;&lt;P&gt;Vendor Name: vendors - multiple lines with the same vendor&lt;/P&gt;&lt;P&gt;YS €: Value&lt;BR /&gt;Flow: flow&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As I showed in the PowerBI graph above. I have stacked columns graphs, which shows "Vendor Name" on X-axis with sum of its value "YS&amp;nbsp;€" on Y-Axis. Sum of vendor is sum of its flow (that is why there is stacked column, and you can see two colors).&lt;BR /&gt;What I miss in this graph is pareto which will be visible on graph as well and will be reacting to the chosen date (exactly as you showed in your previous comment).&lt;img /&gt;&lt;img /&gt;&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Date&lt;/TD&gt;&lt;TD&gt;Vendor Name&lt;/TD&gt;&lt;TD&gt;YS €&lt;/TD&gt;&lt;TD&gt;Flow&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;lut.25&lt;/TD&gt;&lt;TD&gt;A&lt;/TD&gt;&lt;TD&gt;45316&lt;/TD&gt;&lt;TD&gt;factory warehouse&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;lut.25&lt;/TD&gt;&lt;TD&gt;A&lt;/TD&gt;&lt;TD&gt;6273&lt;/TD&gt;&lt;TD&gt;Supplier warehouse&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;lut.25&lt;/TD&gt;&lt;TD&gt;B&lt;/TD&gt;&lt;TD&gt;6303&lt;/TD&gt;&lt;TD&gt;factory warehouse&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;lut.25&lt;/TD&gt;&lt;TD&gt;B&lt;/TD&gt;&lt;TD&gt;8698&lt;/TD&gt;&lt;TD&gt;factory warehouse&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;lut.25&lt;/TD&gt;&lt;TD&gt;C&lt;/TD&gt;&lt;TD&gt;184&lt;/TD&gt;&lt;TD&gt;factory warehouse&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;lut.25&lt;/TD&gt;&lt;TD&gt;C&lt;/TD&gt;&lt;TD&gt;142&lt;/TD&gt;&lt;TD&gt;Supplier warehouse&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;mar.25&lt;/TD&gt;&lt;TD&gt;A&lt;/TD&gt;&lt;TD&gt;47 188&lt;/TD&gt;&lt;TD&gt;factory warehouse&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;mar.25&lt;/TD&gt;&lt;TD&gt;A&lt;/TD&gt;&lt;TD&gt;21&lt;/TD&gt;&lt;TD&gt;Supplier warehouse&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;mar.25&lt;/TD&gt;&lt;TD&gt;B&lt;/TD&gt;&lt;TD&gt;5 893&lt;/TD&gt;&lt;TD&gt;factory warehouse&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Wed, 05 Mar 2025 08:58:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Pareto-graph-related-to-dates/m-p/4596292#M176003</guid>
      <dc:creator>Terrimaru</dc:creator>
      <dc:date>2025-03-05T08:58:58Z</dc:date>
    </item>
  </channel>
</rss>

