Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin 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.
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:
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.
Regards,
Xiaoxin Sheng
Hello @v-shex-msft
So If I use RLS I can restrict user even if the filterpane is visible?
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
8 | |
7 | |
2 | |
2 | |
2 |
User | Count |
---|---|
6 | |
5 | |
4 | |
4 | |
4 |