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

We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now

Reply
Anonymous
Not applicable

Embedded Tile Filter Management

Is there a straightforward way to programmatically filter individual embedded tiles? I'm trying to follow this: https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/controls/control-power-bi-tile but the syntax including table name and column name doesn't seem to work for me--double checked capitalization etc. against Power BI desktop model view, but there is no change in my embedded tile. I'm even trying to set an initial value and that's not working, is programmatically managing filter state on individual tiles simply forbidden?

some code to illustrate my point--front end:

 

 

                    let filter = {
                        $schema: "http://powerbi.com/product/schema#basic",
                        target: {
                          table: "Data",
                          column: "Company"
                        },
                        values: ["Apple"],
                        filterType: 1, // pbi.models.FilterType.BasicFilter
                        requireSingleSelection: true // Limits selection of values to one.
                    }

                    const embedConfiguration: IEmbedConfiguration = {
                        type: "tile",
                        tokenType: models.TokenType.Embed,
                        accessToken,
                        embedUrl,
                        id: tileId,
                        dashboardId: dashboardId,
                        filters: [filter],
                    };

 

 

 

and then using an embed url of

https://app.powerbi.com/embed?dashboardId=myDashboardId&tileId=myTileId&config=myConfig&$filter=Data/Company eq 'Apple'

, and yet I cannot see the effect of either of these efforts. Am I doing it wrong? Is there a better option?

1 REPLY 1
Anonymous
Not applicable

HI @Anonymous,

AFAIK, current Power BI JavaScript not supported filtering Dashboards and Tiles.

Did you embed your dashboard into the power apps(Canvas apps) that you can use power app features to do advanced operations with embedded contents? If you change the type part to other supported values, did these function works?

Notice: power apps and power bi apps are different products and host on different platforms.

Regards,

Xiaoxin Sheng

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.