web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Power Bi Integration -...
Power Apps
Unanswered

Power Bi Integration - Set Different App Starting screen based on the Power BI Section

(0) ShareShare
ReportReport
Posted on by

Hello,

 

I am building an app based on PowerBIIntegration.Data - I want to add an application with two different functionalities.

 

I thought of an idea to navigate the starting screen based on the PowerBI Section URL.

 

I want to know if there is a code I can use to navigate the On start based on the URL in the browser.

 

Feel free If you have different proposal top achieve the same outcome

 

Thank you in advance 

Categories:
  • Andrew28 Profile Picture
    on at

    Hi @amgedz ,
    Good Day !!


    Hope you are doing well !!

     

    Navigating to a specific screen when clicked on the APP URL, is possible with the below steps.

    1. You need to set a param ()in the App Start
          Set (ScreenID, Param("ScreenID));
    2. Add the below code in the App Start after the param is set.

    If (ScreenID="2", Navigate("ScreenName")

     

    Once the above code is placed, you need to add the query string in the App URL which is being passed Or the actual link that needs you to take to the desired screen

     

    For E.g:
    AppURL Excluding the tenantID
                AppURL?ScreenID=2

    AppURL Including the tenantID
               AppURL&ScreenID=2

     

    Please let me know if you have any queries

     

     

     

          

     

  • mhayes2 Profile Picture
    8 on at

    This has now been replaced by the StartScreen. 

    you cant use set or navigate but instead just add an if and the screen you want to navigate to :

    If (ScreenID="2",Screen1,Screen2)

    ScreenID could be a Param passed in or a value from the data

  • Timi1 Profile Picture
    on at

    hello i need help....i have a report in power bi which has powerapps screen ...that report is then shifted to powerapps screen.  i am unable to specify which screen should be displayed on the report.....my start screen is different a...then what should i do...I cannot use 2 apps

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 382 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 329

#3
WarrenBelz Profile Picture

WarrenBelz 187 Most Valuable Professional

Last 30 days Overall leaderboard