You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: powerapps-docs/maker/canvas-apps/powerapps-custom-visual.md
+17-17Lines changed: 17 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,29 +1,29 @@
1
1
---
2
-
title: Power Apps custom visual for Power BI | Microsoft Docs
2
+
title: Power Apps visual for Power BI | Microsoft Docs
3
3
description: Procedure and limitations for embedding a canvas app that uses the same data source and can be filtered like other report items in Power BI
4
4
author: chmoncay
5
5
manager: kvivek
6
6
ms.service: powerapps
7
7
ms.topic: conceptual
8
8
ms.custom: canvas
9
9
ms.reviewer: tapanm
10
-
ms.date: 03/06/2020
10
+
ms.date: 03/11/2020
11
11
ms.author: chmoncay
12
12
search.audienceType:
13
13
- maker
14
14
search.app:
15
15
- PowerApps
16
16
---
17
17
18
-
# Power Apps custom visual for Power BI
18
+
# Power Apps visual for Power BI
19
19
20
-
Power BI enables data insights and better decision-making, while Power Apps enables everyone to build and use apps that connect to business data. Using the Power Apps custom visual, you can pass context-aware data to a canvas app, which updates in real time as you make changes to your report. Now, your app users can derive business insights and take actions from right within their Power BI reports and dashboards.
20
+
Power BI enables data insights and better decision-making, while Power Apps enables everyone to build and use apps that connect to business data. Using the Power Apps visual, you can pass context-aware data to a canvas app, which updates in real time as you make changes to your report. Now, your app users can derive business insights and take actions from right within their Power BI reports and dashboards.
21
21
22
-
## Using the Power Apps custom visual
22
+
## Using the Power Apps visual
23
23
24
-
Let's look at the steps required to use the Power Apps custom visual in your Power BI report.
24
+
Let's look at the steps required to use the Power Apps visual in your Power BI report.
25
25
26
-
1. Power Apps custom visual is available by default in the Power BI service. If you are using Power BI Desktop and don't see it, you must upgrade to the latest version of Power BI Desktop.
26
+
1. Power Apps visual is available by default in the Power BI service. If you are using Power BI Desktop and don't see it, you must upgrade to the latest version of Power BI Desktop.
27
27
28
28
2. Add the Power Apps visual to your report, and set the data fields associated with it.
29
29
@@ -40,7 +40,7 @@ Let's look at the steps required to use the Power Apps custom visual in your Pow
40
40
If you create a new app, Power Apps creates a simple app with the required components already set up.
41
41
42
42
> [!NOTE]
43
-
> You must create a new app from Power Apps custom visual in Power BI report for the `PowerBIIntegration.Refresh()` function to be available in the app.
43
+
> You must create a new app from Power Apps visual in Power BI report for the `PowerBIIntegration.Refresh()` function to be available in the app.
The following limitations apply to the Power Apps custom visual:
69
+
The following limitations apply to the Power Apps visual:
70
70
71
71
- If you change the data fields associated with the visual, you must edit the app from within the Power BI service by selecting the ellipsis (...) and then selecting **Edit**. Otherwise, the changes won't be propagated to Power Apps, and the app will behave in unexpected ways.
72
-
- The Power Apps custom visual can't trigger a refresh of Power BI reports and Power BI data sources from within Power BI Desktop. If you write back data from the app to the same data source as the report, your changes won't be reflected immediately in Power BI Desktop. Changes are reflected on the next scheduled refresh.
73
-
- The Power Apps custom visual can't filter the data or send any data back to the report.
72
+
- The Power Apps visual can't trigger a refresh of Power BI reports and Power BI data sources from within Power BI Desktop. If you write back data from the app to the same data source as the report, your changes won't be reflected immediately in Power BI Desktop. Changes are reflected on the next scheduled refresh.
73
+
- The Power Apps visual can't filter the data or send any data back to the report.
74
74
- You'll need to share the Power Apps app separately from your report. Learn about [sharing apps in Power Apps](share-app.md).
75
-
- Power BI Report Server does not support the Power Apps custom visual.
75
+
- Power BI Report Server does not support the Power Apps visual.
76
76
- Following limitations apply when using the `PowerBIIntegration.Refresh()` function:
77
-
- You must create a new app from Power Apps custom visual in Power BI report for this function to be available in the app.
77
+
- You must create a new app from Power Apps visual in Power BI report for this function to be available in the app.
78
78
- You must use a source that supports [DirectQuery](https://docs.microsoft.com/power-bi/desktop-directquery-data-sources) and the data connection must be created using DirectQuery method.
79
79
- Power Apps in Power BI Desktop provides data to Power Apps Studio when creating apps but not while editing. Use Power BI Web to preview the data while editing apps.
80
80
- The Power BI mobile app does not support microphone control in Power Apps visuals.
@@ -84,7 +84,7 @@ The following limitations apply to the Power Apps custom visual:
84
84
85
85
## Browser support
86
86
87
-
The following table lists the browser supportability for view, create and modify actions of the Power Apps custom visual. Supported browsers and actions are identified by a check mark ( ✓ ).
87
+
The following table lists the browser supportability for view, create and modify actions of the Power Apps visual. Supported browsers and actions are identified by a check mark ( ✓ ).
88
88
89
89
|Browser|View|Create|Modify
90
90
|-|-|-|-
@@ -95,7 +95,7 @@ The following table lists the browser supportability for view, create and modify
95
95
|Mozilla Firefox
96
96
|All other browsers
97
97
98
-
\* In Safari, you must enable cross site tracking (**Preferences** > **Privacy**, and clear **Prevent cross site tracking**) to view Power Apps custom visual.
98
+
\* In Safari, you must enable cross site tracking (**Preferences** > **Privacy**, and clear **Prevent cross site tracking**) to view Power Apps visual.
99
99
100
100
## Accessibility support
101
101
@@ -111,5 +111,5 @@ For more information see: [Power BI Accessibility Documentation]( https://docs.m
111
111
112
112
## Next steps
113
113
114
-
* Go through a simple [step-by-step tutorial](embed-powerapps-powerbi.md).
114
+
* Go through a simple [step-by-step tutorial](https://docs.microsoft.com/power-bi/visuals/power-bi-visualization-powerapp.md).
115
115
* Check out our [video](https://aka.ms/powerappscustomvisualvideo).
0 commit comments