Hi all,
I have a column in a SP list called 'Personnel_Name' that is a person/group look up column. In PowerApps I have embedded a BI tile that I would like to dynamically filter based on the selected individual in my 'Gallery_Resourcing' gallery. Each person may have multiple rows in the SP list based on the different projects they may be working on. For example:
| Personnel_Name | Project Title | Hours/Week |
| Person 1 | Project 2 | 12 |
| Person 1 | Project 1 | 2 |
| Person 1 | Project 3 | 10 |
The gallery items are set to: Sort(Distinct([SP List], Personnel_Name),Result.DisplayName).
The Power BI Tile URL is set to: "......&filter=SP List/Personnel_Name eq '"& Gallery_Resourcing.Selected.Result.DisplayName &"'"
However, this doesn't filter the tile as required. Any help would be appreciated!

Report
All responses (
Answers (