Hey guys!
I'm developing an application that will be integrated with Power BI and I'm using a SharePoint list as a database. I have a question about how to apply filters to my application.
I plan to use this application on multiple Power BI screens and need to configure specific filters for each screen.
I made my application based on a gallery and added 2 text fields, one editable and the other not
I would like to filter by the non-editable field
For example:
On Screen 1, I want to filter column A to only show items related to Subject A.
On Screen 2, I want to filter column B to only show items related to Subject B.
How can I effectively configure these filters so that they work across different Power BI screens?