top of page
Power BI | Excel | Python | SQL
Search

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...
Antriksh Sharma
Oct 28, 20233 min read
823
0

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....
Antriksh Sharma
May 16, 20233 min read
989
0

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...
Antriksh Sharma
Apr 3, 20234 min read
2,026
0


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...
Antriksh Sharma
Mar 11, 20232 min read
2,519
0

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...
Antriksh Sharma
Jan 29, 20234 min read
2,549
2

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...
Antriksh Sharma
Jan 21, 20232 min read
1,899
1

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...
Antriksh Sharma
Oct 24, 20222 min read
2,623
0

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...
Antriksh Sharma
Oct 12, 20212 min read
435
0

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...
Antriksh Sharma
Apr 16, 20211 min read
177
0
bottom of page