<?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: Chart showing totals by quarters and months of current quarter in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Chart-showing-totals-by-quarters-and-months-of-current-quarter/m-p/1339846#M23901</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="256370" data-lia-user-login="pmazz63" class="lia-mention lia-mention-user"&gt;pmazz63&lt;/a&gt; , this kind of display is not possible in power bi , You can take both on-axis and expand. &lt;/P&gt;
&lt;P&gt;or create a table using summarize and union and use that for display. But table would be static in nature&lt;/P&gt;</description>
    <pubDate>Wed, 02 Sep 2020 02:44:37 GMT</pubDate>
    <dc:creator>amitchandak</dc:creator>
    <dc:date>2020-09-02T02:44:37Z</dc:date>
    <item>
      <title>Chart showing totals by quarters and months of current quarter</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Chart-showing-totals-by-quarters-and-months-of-current-quarter/m-p/1338929#M23880</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I am new to Power BI and trying to figure out how to achieve this; I spent several hours on failed attempts and also searching posts with similar challenges but could not find anything applicable to my requirements.&lt;/P&gt;&lt;P&gt;I need a chart (based on data produced every month) to show totals by past quarters and also by any month for the current (not completed) quarter. I have a date table and managed to group current quarters (months outside these groups are ungrouped) but the chart can only be sorted either alphabetically or by ascending/descending number, not chronologically:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;I think this is because the group with grouped quarters (Q1 and Q2) and ungrouped months (July and August) is seen as text, and I can't figure out how to concatenate the quarters and months to show chronologically.&lt;/P&gt;&lt;P&gt;This is my date table structure:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Any help will be greatly appreciated.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Sep 2020 14:49:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Chart-showing-totals-by-quarters-and-months-of-current-quarter/m-p/1338929#M23880</guid>
      <dc:creator>pmazz63</dc:creator>
      <dc:date>2020-09-01T14:49:39Z</dc:date>
    </item>
    <item>
      <title>Re: Chart showing totals by quarters and months of current quarter</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Chart-showing-totals-by-quarters-and-months-of-current-quarter/m-p/1339690#M23896</link>
      <description>&lt;P&gt;What you can try is do a quarter/month hierarchy on the x axis, and then only expand the current quarter. Assuming your month names are sorted by a monthnumber column that should give you the desired outcome.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Sep 2020 00:55:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Chart-showing-totals-by-quarters-and-months-of-current-quarter/m-p/1339690#M23896</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2020-09-02T00:55:57Z</dc:date>
    </item>
    <item>
      <title>Re: Chart showing totals by quarters and months of current quarter</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Chart-showing-totals-by-quarters-and-months-of-current-quarter/m-p/1339846#M23901</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="256370" data-lia-user-login="pmazz63" class="lia-mention lia-mention-user"&gt;pmazz63&lt;/a&gt; , this kind of display is not possible in power bi , You can take both on-axis and expand. &lt;/P&gt;
&lt;P&gt;or create a table using summarize and union and use that for display. But table would be static in nature&lt;/P&gt;</description>
      <pubDate>Wed, 02 Sep 2020 02:44:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Chart-showing-totals-by-quarters-and-months-of-current-quarter/m-p/1339846#M23901</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2020-09-02T02:44:37Z</dc:date>
    </item>
    <item>
      <title>Re: Chart showing totals by quarters and months of current quarter</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Chart-showing-totals-by-quarters-and-months-of-current-quarter/m-p/1340843#M23940</link>
      <description>For such a setting you have to create a separate static table with the pieces of time you need (just the names), have a column in there that would order them according to your liking and then have a separate measure that would respect selections in such a table. The table would be disconnected and you'd calculate the measure's values via virtual relationships. Basically, you can create any disconnected table you want with any attributes/fields and any hierarchies and then create measures that will work in conjunction with this table and the fact table even without any relationships between them.</description>
      <pubDate>Wed, 02 Sep 2020 10:00:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Chart-showing-totals-by-quarters-and-months-of-current-quarter/m-p/1340843#M23940</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-09-02T10:00:28Z</dc:date>
    </item>
    <item>
      <title>Re: Chart showing totals by quarters and months of current quarter</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Chart-showing-totals-by-quarters-and-months-of-current-quarter/m-p/1343312#M24062</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&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 tried to do that but I must be doing something wrong as when I expand / drill Q3 (current quarter) the previous quarters disappear:&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;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Sep 2020 07:34:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Chart-showing-totals-by-quarters-and-months-of-current-quarter/m-p/1343312#M24062</guid>
      <dc:creator>pmazz63</dc:creator>
      <dc:date>2020-09-03T07:34:48Z</dc:date>
    </item>
    <item>
      <title>Re: Chart showing totals by quarters and months of current quarter</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Chart-showing-totals-by-quarters-and-months-of-current-quarter/m-p/1343644#M24076</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="256370" data-lia-user-login="pmazz63" class="lia-mention lia-mention-user"&gt;pmazz63&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To get precisely what you want you have to pay attention to this piece I wrote before:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif" color="#0000FF"&gt;&lt;SPAN&gt;Basically, you can create any &lt;STRONG&gt;disconnected table&lt;/STRONG&gt; you want with any attributes/fields and &lt;STRONG&gt;any hierarchies&lt;/STRONG&gt; and then create measures that will work in conjunction with this table and the fact table even without any relationships between them.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Sep 2020 09:09:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Chart-showing-totals-by-quarters-and-months-of-current-quarter/m-p/1343644#M24076</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-09-03T09:09:30Z</dc:date>
    </item>
    <item>
      <title>Re: Chart showing totals by quarters and months of current quarter</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Chart-showing-totals-by-quarters-and-months-of-current-quarter/m-p/1344523#M24099</link>
      <description>&lt;P&gt;Don't drill in, only right click on Q3 and say "Expand Selection"&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Sep 2020 12:39:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Chart-showing-totals-by-quarters-and-months-of-current-quarter/m-p/1344523#M24099</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2020-09-03T12:39:10Z</dc:date>
    </item>
    <item>
      <title>Re: Chart showing totals by quarters and months of current quarter</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Chart-showing-totals-by-quarters-and-months-of-current-quarter/m-p/1344849#M24112</link>
      <description>&lt;P&gt;For some reason I can only see "Expand to next level"&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Sep 2020 14:20:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Chart-showing-totals-by-quarters-and-months-of-current-quarter/m-p/1344849#M24112</guid>
      <dc:creator>pmazz63</dc:creator>
      <dc:date>2020-09-03T14:20:06Z</dc:date>
    </item>
    <item>
      <title>Re: Chart showing totals by quarters and months of current quarter</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Chart-showing-totals-by-quarters-and-months-of-current-quarter/m-p/1344873#M24113</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;Anonymous&lt;/a&gt;&amp;nbsp;I will definitely look at the option you suggested.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Sep 2020 14:27:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Chart-showing-totals-by-quarters-and-months-of-current-quarter/m-p/1344873#M24113</guid>
      <dc:creator>pmazz63</dc:creator>
      <dc:date>2020-09-03T14:27:55Z</dc:date>
    </item>
    <item>
      <title>Re: Chart showing totals by quarters and months of current quarter</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Chart-showing-totals-by-quarters-and-months-of-current-quarter/m-p/1374523#M25069</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="256370" data-lia-user-login="pmazz63" class="lia-mention lia-mention-user"&gt;pmazz63&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you tell me if your problem has been solved? If yes, kindly &lt;STRONG&gt;accept the helpful answer as solution.&lt;/STRONG&gt; And welcome to share your own solution. More people who encounter the same issue will benefit from it. If you are still confused about it, please share more details to us.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Sep 2020 08:51:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Chart-showing-totals-by-quarters-and-months-of-current-quarter/m-p/1374523#M25069</guid>
      <dc:creator>v-xuding-msft</dc:creator>
      <dc:date>2020-09-16T08:51:57Z</dc:date>
    </item>
  </channel>
</rss>

