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
+14-13Lines changed: 14 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ ms.service: powerapps
7
7
ms.topic: conceptual
8
8
ms.custom: canvas
9
9
ms.reviewer: tapanm
10
-
ms.date: 04/16/2020
10
+
ms.date: 04/27/2020
11
11
ms.author: ropur
12
12
search.audienceType:
13
13
- maker
@@ -23,7 +23,7 @@ Power BI enables data insights and better decision-making, while Power Apps enab
23
23
24
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 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're 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
@@ -50,41 +50,42 @@ Let's look at the steps required to use the Power Apps visual in your Power BI r
50
50
51
51
This formula joins Power BI data with the Customer data source: `LookUp(Customer,Customer_x0020_Name=First(PowerBIIntegration.Data).Customer_Name)`
52
52
53
-
The Power BI report and the instance of Power Apps Studio that was launched share a live data connection. While they are both open, you can filter or change the data in your report to see the updated data reflect immediately in your app in Power Apps Studio.
53
+
The Power BI report and the instance of Power Apps Studio that was launched share a live data connection. While they're both open, you can filter or change the data in your report to see the updated data reflect immediately in your app in Power Apps Studio.
54
54
55
55
5. After you have completed building or making changes to your app, save and publish the app in Power Apps to see your app in the Power BI report.
56
56
57
-
6. Once you are satisfied with your changes, make sure to share the Power Apps app with users of your report and then save your report.
57
+
6. Once you're satisfied with your changes, make sure to share the Power Apps app with users of your report and then save your report.
58
58
59
-
7.And with that, you have created a report in which your users can take actions as they gain insights from your data.
59
+
7.You've created a report in which your users can take actions as they gain insights from your data.
If you need to makes changes to an app, open the report in edit mode, click or tap**More options** (**. . .**) on the Power Apps visual and select **Edit**.
63
+
If you need to make changes to an app, open the report in edit mode, select**More options** (**. . .**) on the Power Apps visual and select **Edit**.
The following limitations apply to the Power Apps visual:
70
70
71
+
- Power Apps visual isn't supported in sovereign clouds.
71
72
- 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
73
- 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
74
- The Power Apps visual can't filter the data or send any data back to the report.
74
75
- 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 visual.
76
+
- Power BI Report Server doesn't support the Power Apps visual.
76
77
- Following limitations apply when using the `PowerBIIntegration.Refresh()` function:
77
78
- You must create a new app from Power Apps visual in Power BI report for this function to be available in the app.
78
79
- 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
80
- 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
-
- The Power BI mobile app does not support microphone control in Power Apps visuals.
81
+
- The Power BI mobile app doesn't support microphone control in Power Apps visuals.
81
82
82
83
> [!NOTE]
83
84
> We recommend that you first publish your report to the Power BI service and then create or modify apps.
84
85
85
86
## Browser support
86
87
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
+
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
89
89
90
|Browser|View|Create|Modify
90
91
|-|-|-|-
@@ -99,14 +100,14 @@ The following table lists the browser supportability for view, create and modify
99
100
100
101
## Accessibility support
101
102
102
-
To navigate the Power Apps visual using the keyboard follow these steps:
103
+
To navigate the Power Apps visual using the keyboard, follow these steps:
103
104
104
-
1. Focus selection on the Power BI Report for the desired Power Apps visual.
105
+
1. Focus selection on the Power BI Report for the Power Apps visual that you want.
105
106
2. Use the **Tab** key on the keyboard until the visual is highlighted.
106
107
3. Use the **Ctrl+Right** key on the keyboard to enter the visual.
107
-
3. Use the **Tab** key on the keyboard until the desired component of the visual is selected.
108
+
3. Use the **Tab** key on the keyboard until the component of the visual you want is selected.
108
109
109
-
For more information see:[Power BI Accessibility Documentation](https://docs.microsoft.com/power-bi/desktop-accessibility)
110
+
For more information, go to[Power BI Accessibility Documentation](https://docs.microsoft.com/power-bi/desktop-accessibility)
0 commit comments