Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more
Hi all,
I'm working on a custom visual with an OpenLayers Map to better visualise spatial data. So far I've managed to filter and select data in other visuals and have the OpenLayers map react to the selection/filter (It zooms and highlights the selected data). The next is to be able to select something on the openLayers map and filter the other visuals.
I am however unable to apply a selection with the selectionmanager or a filter with the JSONFilter method. I've created a fake filter and tried to apply this with no results at all. Nothing seems to happen. If I check the options of the update function the JSONFilters parameter remains empty. Am I doing something wrong? Any help would be greatly appreciated!
export class Visual implements IVisual {
constructor(options: VisualConstructorOptions) {
let testFilter = new models.AdvancedFilter(
{
table: 'Tablename',
column: 'columnName'
},
"And",
{
operator: "StartsWith",
value: "x"
}
);
this.host.applyJsonFilter(testFilter, "general", "Filter", FilterAction.merge);
}
}
The aim is to obtain a value from a WMS or WFS service and use this value (normally a string) as a filter.
My test dashboard
HI @Anonymous,
How did you configure the selection interactions? Can you please share some more detail?
How to Get Your Question Answered Quickly
In addition, you can also take a look at the following document about selection:
Power BI visual data point selections - Power BI | Microsoft Docs
Regards,
Xiaoxin Sheng
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.
| User | Count |
|---|---|
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 |