top of page
Power BI | Excel | Python | SQL
Search
![Move Power BI Datasets to different workspace with Python](https://static.wixstatic.com/media/a3da57_2185ccf08e9d4b7685db021ebd6731b1~mv2.png/v1/fill/w_299,h_168,fp_0.50_0.50,q_95,enc_auto/a3da57_2185ccf08e9d4b7685db021ebd6731b1~mv2.webp)
Antriksh Sharma
Oct 28, 20233 min read
Move Power BI Datasets to different workspace with Python
As the title suggest let's see how to move (technically recreate) a PBI dataset in PBI service into a different workspace, the gist of...
8080
![Export users in Power BI Workspaces with Python and REST API](https://static.wixstatic.com/media/a3da57_91ed8024dd534614ab38df9defdefe42~mv2.png/v1/fill/w_299,h_168,fp_0.50_0.50,q_95,enc_auto/a3da57_91ed8024dd534614ab38df9defdefe42~mv2.webp)
Antriksh Sharma
May 16, 20233 min read
Export users in Power BI Workspaces with Python and REST API
In this blog let's take a look at how you can use Python to export users across all workspaces in Power BI Service into an Excel file....
9620
![Refresh Individual Power BI Tables or Partitions with PowerShell](https://static.wixstatic.com/media/a3da57_b05cce3c6fd04b79b5821a71db0d7003~mv2.png/v1/fill/w_298,h_168,fp_0.50_0.50,q_95,enc_auto/a3da57_b05cce3c6fd04b79b5821a71db0d7003~mv2.webp)
Antriksh Sharma
Apr 3, 20234 min read
Refresh Individual Power BI Tables or Partitions with PowerShell
Power BI Service allows you to refresh your model completely but sometimes that's not what you want specifically when you are making...
1,9960
![](https://static.wixstatic.com/media/a3da57_98d2a77f1f4843cdb7d8192a0fd71429~mv2.jpg/v1/fill/w_250,h_250,fp_0.50_0.50,q_30,blur_30,enc_auto/a3da57_98d2a77f1f4843cdb7d8192a0fd71429~mv2.webp)
![Add or Remove a User or Group from all Workspaces in Power BI Service](https://static.wixstatic.com/media/a3da57_98d2a77f1f4843cdb7d8192a0fd71429~mv2.jpg/v1/fill/w_299,h_168,fp_0.50_0.50,q_90,enc_auto/a3da57_98d2a77f1f4843cdb7d8192a0fd71429~mv2.webp)
Antriksh Sharma
Mar 11, 20232 min read
Add or Remove a User or Group from all Workspaces in Power BI Service
Here is PowerShell script that adds a particular user or a group to all the workspaces in a tenant. The Where-Object method filters the...
2,4380
![Create SSAS Tabular and Power BI Dataset with Python from Model.bim](https://static.wixstatic.com/media/a3da57_e24690008cab492894b67fef7354088b~mv2.png/v1/fill/w_299,h_168,fp_0.50_0.50,q_95,enc_auto/a3da57_e24690008cab492894b67fef7354088b~mv2.webp)
Antriksh Sharma
Jan 29, 20234 min read
Create SSAS Tabular and Power BI Dataset with Python from Model.bim
In this blog let's take a look at how you can use the Model.bim file extracted either from SSAS Tabular, Power BI Desktop or Power BI...
2,4952
![Publish Power BI reports using PowerShell Cmdlet](https://static.wixstatic.com/media/a3da57_651a4a753a654684b10bee56ea59b38e~mv2.png/v1/fill/w_298,h_168,fp_0.50_0.50,q_95,enc_auto/a3da57_651a4a753a654684b10bee56ea59b38e~mv2.webp)
Antriksh Sharma
Jan 21, 20232 min read
Publish Power BI reports using PowerShell Cmdlet
As the title suggest let's see how to publish multiple reports to Power BI Service with PowerShell. First order of buisness is to ensure...
1,8161
![Get all Reports from Power BI Service using Rest API and PowerShell](https://static.wixstatic.com/media/a3da57_837a4d4e47504c1189b12198532c7c12~mv2.png/v1/fill/w_299,h_168,fp_0.50_0.50,q_95,enc_auto/a3da57_837a4d4e47504c1189b12198532c7c12~mv2.webp)
Antriksh Sharma
Oct 24, 20222 min read
Get all Reports from Power BI Service using Rest API and PowerShell
Someone asked on Power BI Service on how to get all reports across all Premium workspaces so I started reading documentation and found...
2,5470
![Implementing Object Level Security in Power BI](https://static.wixstatic.com/media/a3da57_96c237d078dc41ef83805e4c7b74f768~mv2.png/v1/fill/w_299,h_168,fp_0.50_0.50,q_95,enc_auto/a3da57_96c237d078dc41ef83805e4c7b74f768~mv2.webp)
Antriksh Sharma
Oct 12, 20212 min read
Implementing Object Level Security in Power BI
In this blog lets see how we can implement OLS or Object Level Security in Power BI. In simple terms the difference between RLS and OLS...
4320
![Create static Row Level Security in Power BI](https://static.wixstatic.com/media/a3da57_3f13f7bf078d489194cc2a8d670dbde1~mv2.png/v1/fill/w_298,h_168,fp_0.50_0.50,q_95,enc_auto/a3da57_3f13f7bf078d489194cc2a8d670dbde1~mv2.webp)
Antriksh Sharma
Apr 16, 20211 min read
Create static Row Level Security in Power BI
RLS or Row Level Security allows admins to restrict the data access for a particular user. You can define RLS only in Power BI Desktop...
1770
bottom of page