Forum Discussion
Cannot Present Embedded PowerBI in PowerPoint
I have this same issue when running the /S option to start in presentation mode.
I tried turning off hardware acceleration but that didn't work.
Use case for us is to put reports on individual slides that cycle through (and auto-update) in kiosk mode for our users.
What I ended up doing so this would work is two tasks that run on login.
Task 1 launches the pptx file in editing mode.
Task 2 waits 30 seconds past user logon and then uses the /S switch to launch the same file in presentation mode.
It appears that the power bi plugin needs a few seconds to initialize and/or connect before it actually works. By starting it the way I did and then launching it again it would appear it is already initialized/connected and therefore the delay works.
It's a pain though. It would be nice if it just worked so definitely still a bug/not working.