<?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: Order a graph by month is not working with parameter in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Order-a-graph-by-month-is-not-working-with-parameter/m-p/4034224#M159752</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="702004" data-lia-user-login="mazwro" class="lia-mention lia-mention-user"&gt;mazwro&lt;/a&gt;&amp;nbsp;You're welcome, I'm sorry it took us a while, but it was difficult without pbix. Glad it worked! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BBF&lt;/P&gt;</description>
    <pubDate>Wed, 10 Jul 2024 09:14:08 GMT</pubDate>
    <dc:creator>BeaBF</dc:creator>
    <dc:date>2024-07-10T09:14:08Z</dc:date>
    <item>
      <title>Order a graph by month is not working with parameter</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Order-a-graph-by-month-is-not-working-with-parameter/m-p/4032780#M159614</link>
      <description>&lt;P&gt;I have a parameter with date aggregation: week / month / quarter&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Date Aggregation parameters =&lt;/SPAN&gt;&lt;SPAN&gt; {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; (&lt;/SPAN&gt;&lt;SPAN&gt;"WEEK"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;NAMEOF&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'date table (2)'&lt;/SPAN&gt;&lt;SPAN&gt;[WeekStart]&lt;/SPAN&gt;&lt;SPAN&gt;), &lt;/SPAN&gt;&lt;SPAN&gt;0&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; (&lt;/SPAN&gt;&lt;SPAN&gt;"MONTH"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;NAMEOF&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'date table (2)'&lt;/SPAN&gt;&lt;SPAN&gt;[MonthYearFormatted]&lt;/SPAN&gt;&lt;SPAN&gt;), &lt;/SPAN&gt;&lt;SPAN&gt;1&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; (&lt;/SPAN&gt;&lt;SPAN&gt;"QUARTER"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;NAMEOF&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'date table (2)'&lt;/SPAN&gt;&lt;SPAN&gt;[QuarterFormatted]&lt;/SPAN&gt;&lt;SPAN&gt;), &lt;/SPAN&gt;&lt;SPAN&gt;2&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;MonthYearFormatted =&lt;/SPAN&gt; &lt;SPAN&gt;FORMAT&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'date table (2)'&lt;/SPAN&gt;&lt;SPAN&gt;[Date]&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;"yyyy-mm"&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;WeekStart =&lt;/SPAN&gt; &lt;SPAN&gt;CALCULATE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;MIN&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'date table (2)'&lt;/SPAN&gt;&lt;SPAN&gt;[Date]&lt;/SPAN&gt;&lt;SPAN&gt;), &lt;/SPAN&gt;&lt;SPAN&gt;ALLEXCEPT&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'date table (2)'&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;'date table (2)'&lt;/SPAN&gt;&lt;SPAN&gt;[Week of Year]&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;'date table (2)'&lt;/SPAN&gt;&lt;SPAN&gt;[Year]&lt;/SPAN&gt;&lt;SPAN&gt;))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;QuarterFormatted =&lt;/SPAN&gt; &lt;SPAN&gt;'date table (2)'&lt;/SPAN&gt;&lt;SPAN&gt;[Year]&lt;/SPAN&gt;&lt;SPAN&gt; &amp;amp; &lt;/SPAN&gt;&lt;SPAN&gt;" / "&lt;/SPAN&gt;&lt;SPAN&gt; &amp;amp; &lt;/SPAN&gt;&lt;SPAN&gt;'date table (2)'&lt;/SPAN&gt;&lt;SPAN&gt;[Quarter]&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;This sum up sales for that time period.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;SPAN&gt;But, when I click on month, the order is messed up. I can order it in PBI Desktop, but when I click on week and month again, the order is reset and I get this:, the choice of month makes the order of the graph by turnover and not date. But weeks and quarters order by date&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;img /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;How can I fix it? &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;img /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 10 Jul 2024 07:14:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Order-a-graph-by-month-is-not-working-with-parameter/m-p/4032780#M159614</guid>
      <dc:creator>mazwro</dc:creator>
      <dc:date>2024-07-10T07:14:19Z</dc:date>
    </item>
    <item>
      <title>Re: Order a graph by month is not working with parameter</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Order-a-graph-by-month-is-not-working-with-parameter/m-p/4032880#M159617</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="702004" data-lia-user-login="mazwro" class="lia-mention lia-mention-user"&gt;mazwro&lt;/a&gt;&amp;nbsp; Hi! Can you share the pbix file?&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2024 15:41:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Order-a-graph-by-month-is-not-working-with-parameter/m-p/4032880#M159617</guid>
      <dc:creator>BeaBF</dc:creator>
      <dc:date>2024-07-09T15:41:57Z</dc:date>
    </item>
    <item>
      <title>Re: Order a graph by month is not working with parameter</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Order-a-graph-by-month-is-not-working-with-parameter/m-p/4033848#M159713</link>
      <description>&lt;P&gt;unfortunately no it is a very complex report already and i'd need to remove 99% of the data and change struscture to share it&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jul 2024 06:49:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Order-a-graph-by-month-is-not-working-with-parameter/m-p/4033848#M159713</guid>
      <dc:creator>mazwro</dc:creator>
      <dc:date>2024-07-10T06:49:53Z</dc:date>
    </item>
    <item>
      <title>Re: Order a graph by month is not working with parameter</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Order-a-graph-by-month-is-not-working-with-parameter/m-p/4033891#M159717</link>
      <description>&lt;P&gt;but it looks like after changing date paramterer the default sorting is turnover and not date, only when it comes to month&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jul 2024 07:11:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Order-a-graph-by-month-is-not-working-with-parameter/m-p/4033891#M159717</guid>
      <dc:creator>mazwro</dc:creator>
      <dc:date>2024-07-10T07:11:29Z</dc:date>
    </item>
    <item>
      <title>Re: Order a graph by month is not working with parameter</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Order-a-graph-by-month-is-not-working-with-parameter/m-p/4033903#M159720</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="702004" data-lia-user-login="mazwro" class="lia-mention lia-mention-user"&gt;mazwro&lt;/a&gt;&amp;nbsp;Have you tried to sort the date field by another column?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BBF&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jul 2024 07:13:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Order-a-graph-by-month-is-not-working-with-parameter/m-p/4033903#M159720</guid>
      <dc:creator>BeaBF</dc:creator>
      <dc:date>2024-07-10T07:13:57Z</dc:date>
    </item>
    <item>
      <title>Re: Order a graph by month is not working with parameter</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Order-a-graph-by-month-is-not-working-with-parameter/m-p/4033914#M159721</link>
      <description>&lt;P&gt;When I click on week , the dafault sorting is date:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but when I select month and quarter, it is turnover target:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&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 can order manually in the graph options, but when I select other aggregation period, it goes back to turnover sort&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jul 2024 07:18:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Order-a-graph-by-month-is-not-working-with-parameter/m-p/4033914#M159721</guid>
      <dc:creator>mazwro</dc:creator>
      <dc:date>2024-07-10T07:18:33Z</dc:date>
    </item>
    <item>
      <title>Re: Order a graph by month is not working with parameter</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Order-a-graph-by-month-is-not-working-with-parameter/m-p/4033931#M159723</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="702004" data-lia-user-login="mazwro" class="lia-mention lia-mention-user"&gt;mazwro&lt;/a&gt;&amp;nbsp;Ok, maybe I understood. it is the order with which you created the bookmarks at the top to switch from week to month and quarter. Open the bookmark, sort the chart by month and "update" on the bookmark. Try doing it again with both.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BBF&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jul 2024 07:22:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Order-a-graph-by-month-is-not-working-with-parameter/m-p/4033931#M159723</guid>
      <dc:creator>BeaBF</dc:creator>
      <dc:date>2024-07-10T07:22:47Z</dc:date>
    </item>
    <item>
      <title>Re: Order a graph by month is not working with parameter</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Order-a-graph-by-month-is-not-working-with-parameter/m-p/4033943#M159726</link>
      <description>&lt;P&gt;Thank you for that, but I am relatively new to this, so could you explain which bookmark you have in mind? The fields where i click which aggregation I want look like this:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Date Aggregation parameters =&lt;/SPAN&gt;&lt;SPAN&gt; {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; (&lt;/SPAN&gt;&lt;SPAN&gt;"WEEK"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;NAMEOF&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'date table (2)'&lt;/SPAN&gt;&lt;SPAN&gt;[WeekStart]&lt;/SPAN&gt;&lt;SPAN&gt;), &lt;/SPAN&gt;&lt;SPAN&gt;0&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; (&lt;/SPAN&gt;&lt;SPAN&gt;"MONTH"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;NAMEOF&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'date table (2)'&lt;/SPAN&gt;&lt;SPAN&gt;[MonthYearFormatted]&lt;/SPAN&gt;&lt;SPAN&gt;), &lt;/SPAN&gt;&lt;SPAN&gt;1&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; (&lt;/SPAN&gt;&lt;SPAN&gt;"QUARTER"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;NAMEOF&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'date table (2)'&lt;/SPAN&gt;&lt;SPAN&gt;[QuarterFormatted]&lt;/SPAN&gt;&lt;SPAN&gt;), &lt;/SPAN&gt;&lt;SPAN&gt;2&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 10 Jul 2024 07:27:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Order-a-graph-by-month-is-not-working-with-parameter/m-p/4033943#M159726</guid>
      <dc:creator>mazwro</dc:creator>
      <dc:date>2024-07-10T07:27:30Z</dc:date>
    </item>
    <item>
      <title>Re: Order a graph by month is not working with parameter</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Order-a-graph-by-month-is-not-working-with-parameter/m-p/4033955#M159728</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="702004" data-lia-user-login="mazwro" class="lia-mention lia-mention-user"&gt;mazwro&lt;/a&gt;&amp;nbsp;No, ok sorry, they are not bookmarks. So what you need to try to do is create a numeric rank column in the 'date table (2)' table for each variable week, month and quarter. then go to the week column and do sort by and choose the numeric sorting column. If you give me a sample of data, I can recreate it for you in a pbix.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BBF&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jul 2024 07:32:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Order-a-graph-by-month-is-not-working-with-parameter/m-p/4033955#M159728</guid>
      <dc:creator>BeaBF</dc:creator>
      <dc:date>2024-07-10T07:32:24Z</dc:date>
    </item>
    <item>
      <title>Re: Order a graph by month is not working with parameter</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Order-a-graph-by-month-is-not-working-with-parameter/m-p/4034061#M159740</link>
      <description>&lt;P&gt;I made a sample sata, but it messed up my parameters, and the graph does not show the sales per time period, and I am not sure why.&lt;/P&gt;&lt;P&gt;Could not drop a pbix file here, so I am sending via WeTransfer:&lt;/P&gt;&lt;P&gt;&lt;A href="https://we.tl/t-9K0qGAWnkQ" target="_blank"&gt;https://we.tl/t-9K0qGAWnkQ&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jul 2024 08:09:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Order-a-graph-by-month-is-not-working-with-parameter/m-p/4034061#M159740</guid>
      <dc:creator>mazwro</dc:creator>
      <dc:date>2024-07-10T08:09:50Z</dc:date>
    </item>
    <item>
      <title>Re: Order a graph by month is not working with parameter</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Order-a-graph-by-month-is-not-working-with-parameter/m-p/4034099#M159744</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="702004" data-lia-user-login="mazwro" class="lia-mention lia-mention-user"&gt;mazwro&lt;/a&gt;&amp;nbsp;ok, for each column, you need to do this:&lt;/P&gt;&lt;P&gt;1. Create the column Sort:&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;SORT_QUARTER_FORMATTED =&lt;/SPAN&gt; &lt;SPAN&gt;CONCATENATE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;FORMAT&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'date table (2)'&lt;/SPAN&gt;&lt;SPAN&gt;[Year]&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;"#"&lt;/SPAN&gt;&lt;SPAN&gt;), &lt;/SPAN&gt;&lt;SPAN&gt;'date table (2)'&lt;/SPAN&gt;&lt;SPAN&gt;[QuarterNo]&lt;/SPAN&gt;&lt;SPAN&gt;) &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;SPAN&gt;2. Click on QuarterFormatted column, then "sort by" and choose the calculated column above:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;img /&gt;&lt;P&gt;In this way, the graph should maintain this order.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Try and let me know.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BBF&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 10 Jul 2024 08:24:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Order-a-graph-by-month-is-not-working-with-parameter/m-p/4034099#M159744</guid>
      <dc:creator>BeaBF</dc:creator>
      <dc:date>2024-07-10T08:24:41Z</dc:date>
    </item>
    <item>
      <title>Re: Order a graph by month is not working with parameter</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Order-a-graph-by-month-is-not-working-with-parameter/m-p/4034193#M159750</link>
      <description>&lt;P&gt;it worked, thank you so much for your help!&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jul 2024 08:58:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Order-a-graph-by-month-is-not-working-with-parameter/m-p/4034193#M159750</guid>
      <dc:creator>mazwro</dc:creator>
      <dc:date>2024-07-10T08:58:54Z</dc:date>
    </item>
    <item>
      <title>Re: Order a graph by month is not working with parameter</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Order-a-graph-by-month-is-not-working-with-parameter/m-p/4034224#M159752</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="702004" data-lia-user-login="mazwro" class="lia-mention lia-mention-user"&gt;mazwro&lt;/a&gt;&amp;nbsp;You're welcome, I'm sorry it took us a while, but it was difficult without pbix. Glad it worked! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BBF&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jul 2024 09:14:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Order-a-graph-by-month-is-not-working-with-parameter/m-p/4034224#M159752</guid>
      <dc:creator>BeaBF</dc:creator>
      <dc:date>2024-07-10T09:14:08Z</dc:date>
    </item>
  </channel>
</rss>

