Greetings, community. We are wanting to use Power Pages to provide Power BI reports to users, and I'm trying to figure out how to customize a report's config settings and wondered if anyone else in the community has done a lot with this/has ideas. As an example, I'm wanting to disable the PageNavigation property.
settings: {
panes: {
pageNavigation: {
visible: false
}
}
}
I found this link (community post) but wasn't sure how to get that working in Power Pages. I'm specifically thinking about how to customize the settings as laid out in this MS article (link).