Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

Reply
SoulsSama
Frequent Visitor

How to hide other options in the filter using powerBi Embed ?

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?

here is the object i am using:

 

 

            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
            };

 

 

 

Here is a Demonstration Screenshot:

Demonstration.png

2 REPLIES 2
Anonymous
Not applicable

Hi @SoulsSama,

AFAIK, the current you can't hide these in filter panels.
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.

Using row-level security with embedded content in Power BI embedded analytics - Power BI | Microsoft...

Regards,

Xiaoxin Sheng

Hello @v-shex-msft

So If I use RLS I can restrict user even if the filterpane is visible?

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.