Forum Discussion
Anonymous
6 years agoNot applicable
Power BI Embed - no menu available
We are looking to embed power bi via javascript API into a custom .net core application and noticed the menu is not available. Is there a way to bring the menu back or at least how to bring back in s...
lbendlin
6 years agoSuper User
Which embed are you aiming for? Simply an iframe (which would have the menu but require the user to login to Power BI separately) or the full embed experience where the user is authenticated in your app (and where you have to recreate these menu items manually) ?
- Anonymous6 years agoNot applicable
lbendlin We are looking to fully embed experience where the user is authenticated in our app.
- lbendlin6 years agoSuper User
As I said in this case it is your resposibility to recreate these functions.
- Anonymous6 years agoNot applicable
lbendlin Is there any sample code available that will recreate these functions?
Also when I 'Secure Embed' within an iframe there is no menu available either. It only shows the filter pane.