Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hello all,
Please if you know how can I integrate a powerapps application in powerbi but i want to show the respective powerapp page in the powerbi report with the same name, in simple words, 5 powerbi pages with 5 powerapps visuals from the same app but in each, different start screen
Thank you
Solved! Go to Solution.
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.
Proud to be a Super User! | |
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
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 - 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.
Proud to be a Super User! | |
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!