Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago

Filter data of Power BI in Power Apps

6 Replies

  • dashboard tiles are not really interactive - if you click on them you are taken to the underlying report. I don't think you can apply filters to tiles.

    • Anonymous's avatar
      Anonymous
      Not applicable

      But i round microsoft links to explain how to filter in dashboard tiles...

  • Anonymous's avatar
    Anonymous
    Not applicable

    Hi Anonymous,

    As these documents mentioned, control tiles feature only existed in the power content which embeds in power apps. (notice: 'power apps' is different from 'power bi' app, they are different products)
    I think you can test with static value first instead of direct interaction with the page elements. The selector should loading data after app loading but you are trying to invoke them before initiation.
    Regards,

    Xiaoxin Sheng

    • Anonymous's avatar
      Anonymous
      Not applicable

      Hi,
      I already tried static value and it's not working.
      My Power BI have date of 18/01/2021 and when i'm filtering to 21/01/2021, which mean there is no data, the tile load and nothing change

      • Anonymous's avatar
        Anonymous
        Not applicable

        HI Anonymous,

        What type of value that you stored in the filter did you use in the URL filter? If your field store the text value, you do not need to add commas to package them.
        In addition, I'd like to suggest you test with the table, fields that name with simple string without any special characters or whitespace.

        You can also take a look at the limit list of URL filter features to confirm if your scenario was not able to use this.

        Filter a report using query string parameters in the URL#considerations-and-troubleshooting 

        BTW, please also check the power app limit and statutes to confirm the URL filter feature works normally on power apps side.

        Regards,

        Xiaoxin Sheng

  • ZL_S's avatar
    ZL_S
    New Member

    Hello try to modify your URL to this format:

    [tile url]?filter=[table name]/[column name]%20eq%20%27"&[variable]&"%27 "