标签:图片 new within web was write top studio environ
Let‘s look at the steps required to use the Power Apps visual in your Power BI report.
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.
Add the Power Apps visual to your report, and set the data fields associated with it.
You can choose an existing app or create one, but the report must be published to the Power BI service and opened in Microsoft Edge or Google Chrome.
If you choose to create an app, you can choose in which environment to create it.
If you choose to use an existing app, the visual prompts you to open the app in Power Apps. The visual then sets up the required components in your app so that Power BI can send data to Power Apps.
If you create a new app, Power Apps creates a simple app with the required components already set up.
Note
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.
Now in Power Apps Studio, you can use the data fields you set in step 2. The PowerBIIntegration
object acts like any other Power Apps read-only data source or collection. You can use the object to populate any control, or join and filter with other data sources.
This formula joins Power BI data with the Customer data source: LookUp(Customer,Customer_x0020_Name=First(PowerBIIntegration.Data).Customer_Name)
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.
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.
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.
You‘ve created a report in which your users can take actions as they gain insights from your data.
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:
PowerBIIntegration.Refresh()
function:
Power Apps visual for Power BI
标签:图片 new within web was write top studio environ
原文地址:https://www.cnblogs.com/Javi/p/13206832.html