Automate Power BI Gateway installation and configuration
Power BI has introduced a new PowerShell cmdlets which enable automation of On-Premises Gateway installation. In this post, we will walk-through how to install and configure Power BI gateway using PowerShell cmdlets. These cmdlets require PowerShell 7 or higher. Before we begin, you will see that I have published a report using On-Premises datasource to Power BI service, but there is no Gateway configured to refresh the dataset. Let’s walk-through the steps: Install the package : Install-Module -Name DataGateway Connect…