Skip to content

Commit e9b0ae7

Browse files
authored
Merge pull request MicrosoftDocs#2770 from MicrosoftDocs/canvasapp-visual-update-1808668
GCC support for Power Apps visual - 1808668
2 parents d4863a0 + 5283ce1 commit e9b0ae7

File tree

1 file changed

+14
-13
lines changed

1 file changed

+14
-13
lines changed

powerapps-docs/maker/canvas-apps/powerapps-custom-visual.md

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: powerapps
77
ms.topic: conceptual
88
ms.custom: canvas
99
ms.reviewer: tapanm
10-
ms.date: 04/16/2020
10+
ms.date: 04/27/2020
1111
ms.author: ropur
1212
search.audienceType:
1313
- maker
@@ -23,7 +23,7 @@ Power BI enables data insights and better decision-making, while Power Apps enab
2323

2424
Let's look at the steps required to use the Power Apps visual in your Power BI report.
2525

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.
2727

2828
2. Add the Power Apps visual to your report, and set the data fields associated with it.
2929

@@ -50,41 +50,42 @@ Let's look at the steps required to use the Power Apps visual in your Power BI r
5050

5151
This formula joins Power BI data with the Customer data source: `LookUp(Customer,Customer_x0020_Name=First(PowerBIIntegration.Data).Customer_Name)`
5252

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.
5454

5555
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.
5656

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.
5858

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.
6060

6161
![Working report](./media/powerapps-custom-visual/working-report.gif)
6262

63-
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**.
6464

6565
![Edit app](./media/powerapps-custom-visual/edit-app.png)
6666

6767
## Limitations of the Power Apps visual
6868

6969
The following limitations apply to the Power Apps visual:
7070

71+
- Power Apps visual isn't supported in sovereign clouds.
7172
- 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.
7273
- 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.
7374
- The Power Apps visual can't filter the data or send any data back to the report.
7475
- 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.
7677
- Following limitations apply when using the `PowerBIIntegration.Refresh()` function:
7778
- You must create a new app from Power Apps visual in Power BI report for this function to be available in the app.
7879
- 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.
7980
- 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.
8182

8283
> [!NOTE]
8384
> We recommend that you first publish your report to the Power BI service and then create or modify apps.
8485
8586
## Browser support
8687

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 ( ✓ ).
8889

8990
|Browser|View|Create|Modify
9091
|-|-|-|-
@@ -99,14 +100,14 @@ The following table lists the browser supportability for view, create and modify
99100

100101
## Accessibility support
101102

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:
103104

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.
105106
2. Use the **Tab** key on the keyboard until the visual is highlighted.
106107
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.
108109

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)
110111

111112

112113
## Next steps

0 commit comments

Comments
 (0)