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.
Steps to reproduce:
setTimeout(async () => {
console.log("test");
try {
const pages = await report.getPages();
await pages[3].setActive();
console.log("Active page was set to: \"" + pages[3].displayName + "\"");
}
catch (errors) {
console.log(errors);
}
}, 5000);
Is there any way to close context menu while changing report pages?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @dtkri,
Sorry, but I couldn’t reproduce this issue. If you wait until the new report page loaded and make sure you open the context menu after that, will you see this issue either?
Best Regards,
Community Support Team _ Caiyun