Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
I'm having strange behavior when embedding a report in PowerApps Portal. If I have the pbiEmbedded method, the parameters in javascript work fine, if I change it to AAD, they no longer work.
Javascript:
$(function(){
var embedContainer = $(".powerbi")[0];
var report = powerbi.get(embedContainer);
report.on("loaded", function(){
report.updateSettings({
panes: {
filters :{
visible: false
},
pageNavigation:{
visible: false
}
}
}).catch(function (errors) {
console.log(errors);
});
})
report.on('dataSelected', function(event){
console.log('Event - dataSelected:');
console.log(event.detail);
})
})
Error:
Topic:
https://powerusers.microsoft.com/t5/Power-Apps-Portals/Javascript-Power-BI/m-p/1416329#M10634
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
To create a support ticket about Power Apps, please refer the end of Power Apps support page if you are an administrator of your Power Apps tenant:
https://powerapps.microsoft.com/en-us/support/
Best Regards,
Community Support Team _ Yingjie Li