0

I managed to install PowerBI Gateway programatically

Install-Module -Name DataGateway -Force -Scope AllUsers
Login-DataGatewayServiceAccount
Install-DataGateway -AcceptConditions

Now I am looking for a way to add this gateway to existing cluster. There is a function to remove gateway Remove-DataGatewayClusterMember, but for some reasons there is no function to add.

Is there anyway to add PowerBI Gateway to existing cluster using PowerShell Cmdlets or something else?

Mike Chaliy
  • 25,801
  • 18
  • 67
  • 105

2 Answers2

1

No, there is no way to add a cluster to an existing gateway. That cmdlet will only setup and create a new gateway cluster with the machine. Suggest you submit feedback for the Microsoft Power BI team here:

https://ideas.powerbi.com/

yoshi
  • 11
  • 1
  • Thank you for the suggestions, added one - https://ideas.powerbi.com/ideas/idea/?ideaid=6cd33e3e-9405-ec11-b76a-281878bd5e56 – Mike Chaliy Aug 25 '21 at 11:05
0

You cannot do it via Powershell as of today but you definitely do it using the UI. Here is an article that can help you. add-another-gateway-to-create-a-cluster

Dharman
  • 30,962
  • 25
  • 85
  • 135
DEEPAK LAKHOTIA
  • 993
  • 5
  • 10