<?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: x Axis does not adjust to filtered data in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/x-Axis-does-not-adjust-to-filtered-data/m-p/1430442#M26673</link>
    <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;You can apply a condition to your measure that you use it the chart to check if there a value to display otherwise show blank which will hide as you desire.&lt;BR /&gt;&lt;BR /&gt;New Measure =&amp;nbsp;&lt;BR /&gt;IF( ISBLANK([YOURMEASURE]), BLANK(),&amp;nbsp;[YOURMEASURE])&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;________________________&lt;/P&gt;&lt;P&gt;If my answer was helpful, please consider &lt;STRONG&gt;&lt;I&gt;Accept it as the solution&lt;/I&gt;&lt;/STRONG&gt;&lt;I&gt; to help the other members find it&lt;/I&gt;&lt;/P&gt;&lt;P&gt;Click on the &lt;STRONG&gt;Thumbs-Up icon &lt;/STRONG&gt;if you like this reply &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.youtube.com/channel/UCKwBEguA8IlBubIobaOormg?sub_confirmation=1" target="_blank"&gt;&lt;FONT color="blue"&gt;YouTube&lt;/FONT&gt;&lt;/A&gt;&amp;nbsp; &lt;A href="https://linkedin.com/in/fowmy" target="_blank"&gt;&lt;FONT color="blue"&gt;LinkedIn&lt;/FONT&gt;&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 13 Oct 2020 12:51:32 GMT</pubDate>
    <dc:creator>Fowmy</dc:creator>
    <dc:date>2020-10-13T12:51:32Z</dc:date>
    <item>
      <title>x Axis does not adjust to filtered data</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/x-Axis-does-not-adjust-to-filtered-data/m-p/1430432#M26672</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;On a report page I have several "Line and clustered column charts" with sales on the y axis and weeks on x axis. (weekly sales as lines and YTD as bars)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have report filters:&lt;/P&gt;&lt;P&gt;- relative date filter which filters "This year"&lt;/P&gt;&lt;P&gt;- IsYTD filter (IsYTD is a column in my date table having TRUE for all days until today)&lt;/P&gt;&lt;P&gt;page filter:&lt;/P&gt;&lt;P&gt;- relative date filter which filters "the last 60 calendar weeks" (set to see just the full weeks in my charts)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;right now we are in the middle of calendar week 42, so the charts should show this years data until calendar week 41 and they do show exactly this data. The problem is, that the x axis of the charts are not adjusting to my filters. Right now the charts x axis goes until week 53 having the weeks 42-53 empty instead of adjusting the axis to weekrange 1 to 41.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to change that?&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Oct 2020 12:43:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/x-Axis-does-not-adjust-to-filtered-data/m-p/1430432#M26672</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-10-13T12:43:52Z</dc:date>
    </item>
    <item>
      <title>Re: x Axis does not adjust to filtered data</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/x-Axis-does-not-adjust-to-filtered-data/m-p/1430442#M26673</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;You can apply a condition to your measure that you use it the chart to check if there a value to display otherwise show blank which will hide as you desire.&lt;BR /&gt;&lt;BR /&gt;New Measure =&amp;nbsp;&lt;BR /&gt;IF( ISBLANK([YOURMEASURE]), BLANK(),&amp;nbsp;[YOURMEASURE])&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;________________________&lt;/P&gt;&lt;P&gt;If my answer was helpful, please consider &lt;STRONG&gt;&lt;I&gt;Accept it as the solution&lt;/I&gt;&lt;/STRONG&gt;&lt;I&gt; to help the other members find it&lt;/I&gt;&lt;/P&gt;&lt;P&gt;Click on the &lt;STRONG&gt;Thumbs-Up icon &lt;/STRONG&gt;if you like this reply &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.youtube.com/channel/UCKwBEguA8IlBubIobaOormg?sub_confirmation=1" target="_blank"&gt;&lt;FONT color="blue"&gt;YouTube&lt;/FONT&gt;&lt;/A&gt;&amp;nbsp; &lt;A href="https://linkedin.com/in/fowmy" target="_blank"&gt;&lt;FONT color="blue"&gt;LinkedIn&lt;/FONT&gt;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Oct 2020 12:51:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/x-Axis-does-not-adjust-to-filtered-data/m-p/1430442#M26673</guid>
      <dc:creator>Fowmy</dc:creator>
      <dc:date>2020-10-13T12:51:32Z</dc:date>
    </item>
    <item>
      <title>Re: x Axis does not adjust to filtered data</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/x-Axis-does-not-adjust-to-filtered-data/m-p/1430523#M26676</link>
      <description>&lt;P&gt;Hi Fowmy,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks for the quick reply. I just tried your suggestion. Strangely it just works when I set x&amp;lt;15 in the relative date filter for the page "is in the last x calendar weeks" .&lt;/P&gt;</description>
      <pubDate>Tue, 13 Oct 2020 13:24:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/x-Axis-does-not-adjust-to-filtered-data/m-p/1430523#M26676</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-10-13T13:24:49Z</dc:date>
    </item>
  </channel>
</rss>

