Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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?
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
7 | |
7 | |
3 | |
2 | |
2 |
User | Count |
---|---|
6 | |
5 | |
4 | |
4 | |
4 |