Skip to content

Commit 7768c94

Browse files
authored
Live publish
2 parents c0d6a66 + 592cc7d commit 7768c94

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

powerapps-docs/maker/canvas-apps/controls/control-power-bi-tile.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,17 @@ Don't have Power BI? [Sign up](https://docs.microsoft.com/power-bi/service-self-
2424

2525
Take advantage of your existing data analysis and reporting by displaying your **[Power BI tiles](https://docs.microsoft.com/power-bi/service-dashboard-tiles)** inside your apps. Specify the tile that you want to show by setting its **Workspace**, **Dashboard**, and **Tile** properties in the **Data** tab of the options panel.
2626

27+
> [!NOTE]
28+
> - Power BI tile control only supports tile visualizations pinned to a dashboard. To embed a report page, pin the page to the dashboard first. Then, you can embed that tile visualization.
29+
> - *Querystring parameter filtering* is only supported within pinned visualization tiles.
30+
2731
## Sharing and security
2832

2933
When you share an app that contains Power BI content, you must share not only the app itself but also the [dashboard](https://docs.microsoft.com/power-bi/service-how-to-collaborate-distribute-dashboards-reports) where the tile comes from. Otherwise, the Power BI content won't appear even for users who open the app. Apps that contain Power BI content respect the permissions for that content.
3034

3135
## Performance
3236

33-
It's not recommended to have more than three Power BI tiles loaded at the same time within an app. You can control tile loading and unloading by setting the **LoadPowerBIContent** property.
37+
It's not recommended to have more than 3 Power BI tiles loaded at the same time within an app. You can control tile loading and unloading by setting the **LoadPowerBIContent** property.
3438

3539
## Pass a parameter
3640

@@ -53,7 +57,7 @@ The parameter will filter a value in the dataset of the report where the tile or
5357
- Only one filter can be applied.
5458
- Only the `eq` operator is supported.
5559
- Field type must be string.
56-
- Filtering is only available on pinned visualizations.
60+
- Filtering is only available on pinned visualization tiles.
5761

5862
You can use computed fields in the Power BI report to convert other value types to string or combines multiple fields into one.
5963

@@ -81,7 +85,9 @@ You can use computed fields in the Power BI report to convert other value types
8185

8286
**[OnSelect](properties-core.md)** – How the app responds when the user taps or clicks a control. By default, the Power BI report that's associated with the tile opens.
8387

84-
**TileUrl** – The URL by which the tile is requested from the Power BI service. You can pass a single parameter into the Power BI tile by appending the parameter to the URL (for example: … & "&$filter=Town/Province eq '" & ListBox1.Selected.Abbr & "'"). You can use only the equals operator in the parameter. Filtering is only available on pinned visualizations.
88+
**TileUrl** – The URL by which the tile is requested from the Power BI service. You can pass a single parameter into the Power BI tile by appending the parameter to the URL (for example: … & "&$filter=Town/Province eq '" & ListBox1.Selected.Abbr & "'"). You can use only the equals operator in the parameter.
89+
> [!NOTE]
90+
> Filtering is only available on pinned visualization tiles.
8591
8692
**[Visible](properties-core.md)** – Whether a control appears or is hidden.
8793

0 commit comments

Comments
 (0)