Forum Discussion
Power BI
- 1 year ago
So you got me thinking about delay, while seaching and not finding a delay function I did find timer and it has auto start and onend. So I moved the timer to a splash screen and set it for 1 second and then added the navigate to the onend. Works perfect.
a value passed from Power BI to Power Apps
How are you passing that value? Via the PowerApps visual?
- NightSpeedOne1 year agoNew Member
Using the Power BI intergrated visual for Power Apps, insert the visual and then navigate to the power apps and edit the power apps, which creates the PowerBIIntegration object. I can use the value in a page and use notify to display it. As soon as I add Naigate to the OnStart the same Notify (Before the Navigate) is blank.
- lbendlin1 year agoSuper User
Maybe OnStart is too soon. See if you can use a different event, or a delay.
- NightSpeedOne1 year agoNew Member
So you got me thinking about delay, while seaching and not finding a delay function I did find timer and it has auto start and onend. So I moved the timer to a splash screen and set it for 1 second and then added the navigate to the onend. Works perfect.