Antriksh SharmaMay 12 minInstalling TOM Library to connect Python to Power BI & SSASIn 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 SharmaApr 133 minExport users in Power BI Workspaces with Python and REST APIIn 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 SharmaFeb 53 minExtract model.bim file from Power BI & SSAS Tabular with PythonModel.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 SharmaJan 294 minCreate SSAS Tabular and Power BI Dataset with Python from Model.bimIn 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 SharmaJan 161 minLoop 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...