Forum Discussion
Powerbi integration
- 1 year ago
Hi Mahmoud121 - Create a PowerApps app with multiple screens.Pass parameters from Power BI to PowerApps (such as page name or screen name).Configure navigation logic in PowerApps to load the correct screen based on the parameter.Add a PowerApps visual to each Power BI page and ensure it passes the correct screen identifier to the app.This method allows you to integrate a single PowerApps app across multiple Power BI pages while showing different screens on each page, depending on the context of the report.
eg: If(Param("Screen") = "Screen1", Navigate(Screen1), If(Param("Screen") = "Screen2", Navigate(Screen2), ... ))
In Power BI, go to the page where you want to add your PowerApps visual.In the Visualizations pane, click on the PowerApps icon to add the visual to your report.You will be prompted to either select an existing PowerApps app or create a new one. Choose the existing app that you've prepared. you can pass the above parameters.Hope the above steps and process helps in prepare the same.
- 1 year ago
Hi Mahmoud121 ,
Here is how to integrate Power Apps with Power BI:
https://learn.microsoft.com/en-us/power-bi/visuals/power-bi-visualization-powerapp
Hi Mahmoud121
Did rajendraongole1 's and djurecicK2 's methods solve your problem? If yes, could you please mark them as solutions? This will help more users who are facing the same or similar difficulties. Thank you!
If you still have questions, please feel free to ask me.
Best Regards,
Yulia Xu