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.
I have created a pbix file and I want to publish online so that users or managers can see them but not change or do any CRUD operation. What can be done
Solved! Go to Solution.
Do you want to do it programatically or manually?
To do it programatically, you can use Powershell:
New-PowerBIReport -Path .\newReport.pbix -Name 'New Report' -WorkspaceId f95755a1-950c-46bd-a912-5aab4012a06d
Do you want to do it programatically or manually?
To do it programatically, you can use Powershell:
New-PowerBIReport -Path .\newReport.pbix -Name 'New Report' -WorkspaceId f95755a1-950c-46bd-a912-5aab4012a06d
User | Count |
---|---|
11 | |
3 | |
3 | |
2 | |
2 |