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!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
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 |
---|---|
12 | |
3 | |
2 | |
2 | |
2 |