Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowTry your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now
Tried to use the Set Zoom API mentioned in the Embed Analytics Playground.
But returns an error saying that the setZoom is not a function.
I have Setup Zoom as a Button on my App. The button press triggers below code. What could I be missing.
$('#zoomBtn').click(function(){
const report = powerbi.embeds[0];
report.setZoom(0.25);
})