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.
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 July 2025 Power BI update to learn about new features.