Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
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