<?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 PowerPivot Table - How To Stop Refresh From Resetting Filters in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/PowerPivot-Table-How-To-Stop-Refresh-From-Resetting-Filters/m-p/801290#M4853</link>
    <description>&lt;P&gt;The following function for a calculated column, outputs time intervals based on time difference between two dates&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;=IF(WEEKDAY(FF_August_Dataset[JOB_BOOKING_DATETIME],2)=6 || WEEKDAY(FF_August_Dataset[JOB_BOOKING_DATETIME],2)=7, "",IF(&lt;BR /&gt;NOT ISBLANK( FF_August_Dataset[ACCEPTANCE_DATETIME] ),&lt;BR /&gt;VAR _hrs = HOUR( FF_August_Dataset[ACCEPTANCE_DATETIME] - FF_August_Dataset[JOB_BOOKING_DATETIME] )&lt;BR /&gt;RETURN&lt;BR /&gt;SWITCH(&lt;BR /&gt;TRUE(),&lt;BR /&gt;_hrs &amp;gt;= 0 &amp;amp;&amp;amp; _hrs &amp;lt;= 2, "0-2hrs",&lt;BR /&gt;_hrs &amp;gt;= 3 &amp;amp;&amp;amp; _hrs &amp;lt;= 4, "3-4hrs",&lt;BR /&gt;_hrs &amp;gt;= 5 &amp;amp;&amp;amp; _hrs &amp;lt;= 12, "5-12hrs",&lt;BR /&gt;_hrs &amp;gt;= 13 &amp;amp;&amp;amp; _hrs &amp;lt;= 23, "13-23hrs",&lt;BR /&gt;_hrs&amp;gt;=24 &amp;amp;&amp;amp; _hrs&amp;lt;=48, "24-48hrs",&lt;BR /&gt;"&amp;gt;48hrs"&lt;BR /&gt;)&lt;BR /&gt;))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As per screenshots below of pivot table below, the output values include "(blank)" and blank with no value. Because of this, I believe it is messing up my slicers i.e. even with "Hide items with no data" ticked, it is still showing in slicer. How do I solve this issue?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;img /&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 25 Sep 2019 02:25:06 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-09-25T02:25:06Z</dc:date>
    <item>
      <title>PowerPivot Table - How To Stop Refresh From Resetting Filters</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/PowerPivot-Table-How-To-Stop-Refresh-From-Resetting-Filters/m-p/801290#M4853</link>
      <description>&lt;P&gt;The following function for a calculated column, outputs time intervals based on time difference between two dates&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;=IF(WEEKDAY(FF_August_Dataset[JOB_BOOKING_DATETIME],2)=6 || WEEKDAY(FF_August_Dataset[JOB_BOOKING_DATETIME],2)=7, "",IF(&lt;BR /&gt;NOT ISBLANK( FF_August_Dataset[ACCEPTANCE_DATETIME] ),&lt;BR /&gt;VAR _hrs = HOUR( FF_August_Dataset[ACCEPTANCE_DATETIME] - FF_August_Dataset[JOB_BOOKING_DATETIME] )&lt;BR /&gt;RETURN&lt;BR /&gt;SWITCH(&lt;BR /&gt;TRUE(),&lt;BR /&gt;_hrs &amp;gt;= 0 &amp;amp;&amp;amp; _hrs &amp;lt;= 2, "0-2hrs",&lt;BR /&gt;_hrs &amp;gt;= 3 &amp;amp;&amp;amp; _hrs &amp;lt;= 4, "3-4hrs",&lt;BR /&gt;_hrs &amp;gt;= 5 &amp;amp;&amp;amp; _hrs &amp;lt;= 12, "5-12hrs",&lt;BR /&gt;_hrs &amp;gt;= 13 &amp;amp;&amp;amp; _hrs &amp;lt;= 23, "13-23hrs",&lt;BR /&gt;_hrs&amp;gt;=24 &amp;amp;&amp;amp; _hrs&amp;lt;=48, "24-48hrs",&lt;BR /&gt;"&amp;gt;48hrs"&lt;BR /&gt;)&lt;BR /&gt;))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As per screenshots below of pivot table below, the output values include "(blank)" and blank with no value. Because of this, I believe it is messing up my slicers i.e. even with "Hide items with no data" ticked, it is still showing in slicer. How do I solve this issue?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;img /&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Sep 2019 02:25:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/PowerPivot-Table-How-To-Stop-Refresh-From-Resetting-Filters/m-p/801290#M4853</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-09-25T02:25:06Z</dc:date>
    </item>
    <item>
      <title>Re: PowerPivot Table - How To Stop Refresh From Resetting Filters</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/PowerPivot-Table-How-To-Stop-Refresh-From-Resetting-Filters/m-p/801341#M4854</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have you tried filtering the slicer? I believe what you are doing is filtering the table.&amp;nbsp;&lt;/P&gt;&lt;P&gt;If this solves your issues, please mark it as the solution, so that others can find it easily. Kudos are nice too.&lt;BR /&gt;Nathaniel&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Sep 2019 03:04:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/PowerPivot-Table-How-To-Stop-Refresh-From-Resetting-Filters/m-p/801341#M4854</guid>
      <dc:creator>Nathaniel_C</dc:creator>
      <dc:date>2019-09-25T03:04:49Z</dc:date>
    </item>
    <item>
      <title>Re: PowerPivot Table - How To Stop Refresh From Resetting Filters</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/PowerPivot-Table-How-To-Stop-Refresh-From-Resetting-Filters/m-p/801682#M4859</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="159166" data-lia-user-login="Nathaniel_C" class="lia-mention lia-mention-user"&gt;Nathaniel_C&lt;/a&gt;&amp;nbsp; I did filter the pivot table to NOT show "(blank)" and the other blank no value hoping it would solve issue but it didn't as it would reset when slicer values were changed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And what do you mean by filtering the slicer as I couldn't find any option to do so as per screenshot below unless I'm missing something?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Sep 2019 09:08:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/PowerPivot-Table-How-To-Stop-Refresh-From-Resetting-Filters/m-p/801682#M4859</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-09-25T09:08:09Z</dc:date>
    </item>
  </channel>
</rss>

