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


Split delimeted text to multiple rows in Power Query
In this blog let's take a look at how to split multiple columns with concatenated strings into rows in PowerQuery, we will write M code...

Antriksh Sharma
Apr 53 min read
183
0


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
847
0


Installing TOM Library to connect Python to Power BI & SSAS
In this blog I want to show how you can load the Tabular DLL to connect Python with Power BI, SSAS, or PBI Service. I am going to refer...

Antriksh Sharma
Jun 28, 20232 min read
2,112
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
1,018
0


Extract model.bim file from Power BI & SSAS Tabular with Python
Model.bim is a JSON file which is the skeleton of your Power BI or SSAS Model, using this file you can create a database from scratch,...

Antriksh Sharma
Feb 5, 20233 min read
3,190
1


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,617
2


Loop over YouTube playlists with Python and get video title, likes, views, and duration.
Here is a Python script that allows iterates over a YouTube playlists. The current limitation is that I have to prepare a dictionary with...

Antriksh Sharma
Jan 16, 20231 min read
777
0
bottom of page