cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
Syndicate_Admin
Administrator
Administrator

Navigate() code on "OnStart" not working when used in powerbi VIsual

We have a power bi report which includes a PowerApps visual which has a form. This PowerApps visual gets data from the PowerBI table. 

 

I have Navigate() function on AppStart to open the appropriate screen.

 

But when I open the PowerApps visual it always opens the default screen.

 

On PowerApps App Start I have the following code:

If(
CountRows([@PowerBIIntegration].Data) = 1,
Navigate(
screen_EditBridgeInformation,
ScreenTransition.None
)
);

0 REPLIES 0

Helpful resources

Announcements
PBI Sept Update Carousel

Power BI September 2023 Update

Take a look at the September 2023 Power BI update to learn more.

Learn Live

Learn Live: Event Series

Join Microsoft Reactor and learn from developers.

Dashboard in a day with date

Exclusive opportunity for Women!

Join us for a free, hands-on Microsoft workshop led by women trainers for women where you will learn how to build a Dashboard in a Day!

Top Kudoed Authors