PL-100 · Question #314
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might…
The correct answer is B. No. Appending a static filter parameter to a URL does not dynamically respond to a selected record in the canvas app.
Question
Options
- AYes
- BNo
How the community answered
(52 responses)- A23% (12)
- B77% (40)
Why each option
Appending a static filter parameter to a URL does not dynamically respond to a selected record in the canvas app.
A static URL filter cannot change dynamically as the user selects different records in the canvas app, so it fails the stated requirement of using the selected record's context.
To filter a Power BI control based on the context of a selected record, the TileURL property of the Power BI tile control must be set dynamically using a formula that references the selected record at runtime. Simply appending a static filter parameter to the report URL cannot update in response to user record selection within the canvas app.
Concept tested: Dynamic filtering of Power BI tile via TileURL in canvas apps
Source: https://learn.microsoft.com/en-us/power-apps/maker/canvas-apps/embed-powerbi
Topics
Community Discussion
No community discussion yet for this question.