Antriksh SharmaJun 28, 20232 min readInstalling 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 3, 20234 min readRefresh Individual Power BI Tables or Partitions with PowerShellPower BI Service allows you to refresh your model completely but sometimes that's not what you want specifically when you are making...
Antriksh SharmaMar 11, 20232 min readAdd or Remove a User or Group from all Workspaces in Power BI ServiceHere 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 SharmaJan 21, 20232 min readPublish Power BI reports using PowerShell CmdletAs the title suggest let's see how to publish multiple reports to Power BI Service with PowerShell. First order of buisness is to ensure...