Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.
Hi,
I'm embeding a Power BI report through Liquid.
When I'm using the authenticationtype pbiEmbedded, the javascript is recognized perfectly, but when I switch to AAD, it doesn't work.
Someone with the same problem?
I assume the problem is the var $(".powerbi")[0]; but I don't know how to put it correctly at the Portal
$(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); }) })
Check out the November 2023 Power BI update to learn about new features.
Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.