<?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 Customize the Relative Slicer in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Customize-the-Relative-Slicer/m-p/400430#M11922</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am wondering if there is a way to customize the basic Slicer visual. I am setting&amp;nbsp;it to "Relative" and I would like to restrict what the end user is able to select. Instead of having 3 options (&lt;STRONG&gt;&lt;EM&gt;Last, Next, This&lt;/EM&gt;&lt;/STRONG&gt;), I want to remove the "&lt;STRONG&gt;Next&lt;/STRONG&gt;" option. Also, it would be nice to restrict the other options (&lt;STRONG&gt;&lt;EM&gt;Days, Weeks, Weeks (Calendar), Months, Months (Calendar), Years, Years (Calendar)&lt;/EM&gt;&lt;/STRONG&gt;). I need that restricted to "&lt;STRONG&gt;Months (Calendar)&lt;/STRONG&gt;". How can I customize it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="remove &amp;quot;Next&amp;quot;" style="width: 600px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/92071i6E03EA9426E25C9A/image-size/large?v=v2&amp;amp;px=999" role="button" title="next.png" alt="remove &amp;quot;Next&amp;quot;" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;remove "Next"&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The end users are not tech savy so I just want to make it easier for them by taking away selection that they will not have to use. I would like to keep using the Slicer visual instead of&amp;nbsp;any workarounds because I want to be able to sync slicers across the report. I would be grateful for any suggestions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;C&lt;/P&gt;</description>
    <pubDate>Thu, 19 Apr 2018 18:26:52 GMT</pubDate>
    <dc:creator>IoanCosmin</dc:creator>
    <dc:date>2018-04-19T18:26:52Z</dc:date>
    <item>
      <title>Customize the Relative Slicer</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Customize-the-Relative-Slicer/m-p/400430#M11922</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am wondering if there is a way to customize the basic Slicer visual. I am setting&amp;nbsp;it to "Relative" and I would like to restrict what the end user is able to select. Instead of having 3 options (&lt;STRONG&gt;&lt;EM&gt;Last, Next, This&lt;/EM&gt;&lt;/STRONG&gt;), I want to remove the "&lt;STRONG&gt;Next&lt;/STRONG&gt;" option. Also, it would be nice to restrict the other options (&lt;STRONG&gt;&lt;EM&gt;Days, Weeks, Weeks (Calendar), Months, Months (Calendar), Years, Years (Calendar)&lt;/EM&gt;&lt;/STRONG&gt;). I need that restricted to "&lt;STRONG&gt;Months (Calendar)&lt;/STRONG&gt;". How can I customize it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="remove &amp;quot;Next&amp;quot;" style="width: 600px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/92071i6E03EA9426E25C9A/image-size/large?v=v2&amp;amp;px=999" role="button" title="next.png" alt="remove &amp;quot;Next&amp;quot;" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;remove "Next"&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The end users are not tech savy so I just want to make it easier for them by taking away selection that they will not have to use. I would like to keep using the Slicer visual instead of&amp;nbsp;any workarounds because I want to be able to sync slicers across the report. I would be grateful for any suggestions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;C&lt;/P&gt;</description>
      <pubDate>Thu, 19 Apr 2018 18:26:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Customize-the-Relative-Slicer/m-p/400430#M11922</guid>
      <dc:creator>IoanCosmin</dc:creator>
      <dc:date>2018-04-19T18:26:52Z</dc:date>
    </item>
    <item>
      <title>Re: Customize the Relative Slicer</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Customize-the-Relative-Slicer/m-p/401037#M11955</link>
      <description>&lt;P&gt;Well, I can tell you from personal experience that when the controls don't do quite what you want them to do, you have two choices: either you create your own custom visuals/controls (see Microsoft's documentation), or you build the filters outside of the report and use the API to set the filters after the user makes a selection.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In our case, we ended up embedding the report on a page, created our own custom filters, and then had those filters use the API to set the values in the PBI Embedded report. Our case was different because the filters&amp;nbsp;have to limit the data in the report &lt;EM&gt;and&lt;/EM&gt; in the other filters; imagine a product filter limiting the SKUs in another filter - and vice versa...and then those filters need to persist between different PBI reports. So, creating custom controls wasn't going to help us.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps you!&lt;/P&gt;</description>
      <pubDate>Fri, 20 Apr 2018 13:43:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Customize-the-Relative-Slicer/m-p/401037#M11955</guid>
      <dc:creator>GRCacace</dc:creator>
      <dc:date>2018-04-20T13:43:07Z</dc:date>
    </item>
  </channel>
</rss>

