nerdexam
Microsoft

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.

Create business solutions

Question

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 have more than one correct solution, while others might not have a correct solution. After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen. A company uses Microsoft Power Apps. You need to create a canvas app to display a Microsoft Power BI report. The report must use the context of a selected record in the app. Data in a Power BI control must be filtered to display the context of the selected record. You need to propose the right solution. Solution: Append filter parameter to Power BI report URL. Does the solution meet the goal?

Options

  • AYes
  • BNo

How the community answered

(52 responses)
  • A
    23% (12)
  • B
    77% (40)

Why each option

Appending a static filter parameter to a URL does not dynamically respond to a selected record in the canvas app.

AYes

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.

BNoCorrect

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

#Power Apps#Power BI Integration#Canvas Apps#Data Filtering

Community Discussion

No community discussion yet for this question.

Full PL-100 Practice