This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
Can't seem to get a basic filter to work on itself. Tried a bunch of different ways but nothing ever happens.. this is the most basic example i can think of. Appreciate any help
"objects": {
"general": {
"displayName": "General",
"properties": {
"filter": {
"displayName": "filter",
"type": {
"filter": true
}
}
}
}
public update(options: VisualUpdateOptions) {
...
let basicFilter = {
target: {
column: "Title"
},
operator: "Contains", //In
value: "CMDB Quality"
}
self.visualHost.applyJsonFilter(basicFilter, "general", "filter", FilterAction.merge);
}
the title i'm trying to filter
"displayName": "Title",
"name": "title",
"kind": "Grouping"
},
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.