Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
hobbykitjr
New Member

Apply a basic filter

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

 
capabilities:

 

 

 "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"
        },

 

 

 

 

0 REPLIES 0

Helpful resources

Announcements
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel1

Power BI Monthly Update - May 2024

Check out the May 2024 Power BI update to learn about new features.