SharePoint 2019 on-premise - Hide Left Menu on Dashboard page

Hello,

Using: SharePoint 2019 on-premise modern

I am looking for a way to hide the left menu (Quick Launch) in a modern page that is displaying a Dashboard with two charts tied to the same list. In a classic page, I could add a script web part and use javascript to hide the left menu. I am unable to find a script web page for modern pages in SharePoint 2019 on-premise.

Or maybe you have another suggestion??

If I understand correctly, the user viewing a Dashboard Chart must have READ permissions to the list that is housing the data displayed on the chart. However, my customer does not want some users to be able to view/read the full records. They should only be able to "see" the roll-up of the data displayed on the Dashboard.

I thought hiding the left menu may prevent them from getting to the list itself.

If you have any other ideas, I would appreciate it.

Thanks, Rhonda

Dear @rhonda,
We can recommend the following - https://stackoverflow.com/questions/74931208/how-to-hide-the-left-navigation-in-sharepoint-2019-modern-page

Keep in mind that charts can be published on any site, they don't have to be on the same site as the lists in question, so you have specific site dedicated to hosting dashboard charts, but users do need permissions to the source list, as this is where the values are taken from each time the page is opened - the charts are built dynamically with real time data.

As a security measure, you can technically setup some duplication system, where original sensitive data is sanitized and only technical information is automatically copied to another list, let's say with a workflow, and only this technical information is accessible to end users and used in charts, but whether it's necessary or not is up to you.

Hi @Nikita_Kurguzov,

Any chance you have used PowerBI Desktop to publish these charts as they appear in the Plumsail Charts? The PlumSail charts are much nice than what I can create in PowerBI Desktop.

Thanks for all of your help, Rhonda

@Nikita_Kurguzov -- hello again

If I want to publish the chart on a different SharePoint page, do you have any examples or documentation on how to point to a different site to retrieve the Data Source? I get errors when I type in the full URL.

Thanks, Rhonda

Dear @rhonda,
The instruction is here - SharePoint List

Please, show us the error you're getting if possible, it should be fairly straightforward.

Hello @Nikita_Kurguzov,

Thanks for your reply. I sent an email to support@team.plumsail.com with the screenshots.

Thank you for your help!
Rhonda