<?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: How to hide other options in the filter using powerBi Embed ? in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/How-to-hide-other-options-in-the-filter-using-powerBi-Embed/m-p/2742438#M38300</link>
    <description>&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/433614"&gt;@SoulsSama&lt;/a&gt;,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;AFAIK, the current you can't hide these in filter panels. &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;I'd like to suggest you set RLS on your report to filter records or add a calculated column as the category to group these records and use the new field to filter records.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;&lt;A href="https://docs.microsoft.com/en-us/power-bi/developer/embedded/embedded-row-level-security" target="_blank"&gt;Using row-level security with embedded content in Power BI embedded analytics - Power BI | Microsoft Docs&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Regards,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Xiaoxin Sheng&lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 02 Sep 2022 06:26:19 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-09-02T06:26:19Z</dc:date>
    <item>
      <title>How to hide other options in the filter using powerBi Embed ?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-hide-other-options-in-the-filter-using-powerBi-Embed/m-p/2738302#M38275</link>
      <description>&lt;P class=""&gt;Hello guys, so I am appling a basic filter in my config object for my report, it's working but the problem is that the rest of the selections are shown in the filter section, so the user can remove the filtered data and get all the data they want, is there a way to disable this and make only the filtered option visible? Or hide the basic filter while its doing its job in the background?&lt;/P&gt;&lt;P class=""&gt;here is the object i am using:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;            const facilityFilter = {
                $schema: "http://powerbi.com/product/schema#basic",
                target: {
                    table: "HealthFacilities",
                    column: "FacilityName"
                },
                operator: "In",
                values: ["Test Facility"],
                filterType: models.FilterType.BasicFilter,
                requireSingleSelection: true
            };&lt;/LI-CODE&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;&lt;P class=""&gt;&lt;STRONG&gt;Here is a Demonstration Screenshot:&lt;/STRONG&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Demonstration.png" style="width: 819px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/775274i52B075D2BAD8B1DD/image-size/large?v=v2&amp;amp;px=999" role="button" title="Demonstration.png" alt="Demonstration.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 31 Aug 2022 14:07:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-hide-other-options-in-the-filter-using-powerBi-Embed/m-p/2738302#M38275</guid>
      <dc:creator>SoulsSama</dc:creator>
      <dc:date>2022-08-31T14:07:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide other options in the filter using powerBi Embed ?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-hide-other-options-in-the-filter-using-powerBi-Embed/m-p/2742438#M38300</link>
      <description>&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/433614"&gt;@SoulsSama&lt;/a&gt;,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;AFAIK, the current you can't hide these in filter panels. &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;I'd like to suggest you set RLS on your report to filter records or add a calculated column as the category to group these records and use the new field to filter records.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;&lt;A href="https://docs.microsoft.com/en-us/power-bi/developer/embedded/embedded-row-level-security" target="_blank"&gt;Using row-level security with embedded content in Power BI embedded analytics - Power BI | Microsoft Docs&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Regards,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Xiaoxin Sheng&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Sep 2022 06:26:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-hide-other-options-in-the-filter-using-powerBi-Embed/m-p/2742438#M38300</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-09-02T06:26:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide other options in the filter using powerBi Embed ?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-hide-other-options-in-the-filter-using-powerBi-Embed/m-p/2752140#M38449</link>
      <description>&lt;P&gt;Hello&amp;nbsp;@&lt;A href="https://community.powerbi.com/t5/user/viewprofilepage/user-id/12837" target="_self"&gt;&lt;SPAN class=""&gt;v-shex-msft&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN class=""&gt;&lt;BR /&gt;&lt;BR /&gt;So If I use RLS I can restrict user even if the filterpane is visible?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Sep 2022 06:38:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-hide-other-options-in-the-filter-using-powerBi-Embed/m-p/2752140#M38449</guid>
      <dc:creator>SoulsSama</dc:creator>
      <dc:date>2022-09-07T06:38:05Z</dc:date>
    </item>
  </channel>
</rss>

