Ross Edwards on 02 Jul 2018 07:33:29
Add the gateway's version into the area "Managed Gateways". Often we have access to various gateways within the organisation but no way to tell if they are being kept up to date. I know the ones I look after, but nothing about the ones under other staff's responsibility. This would let me troubleshoot issues better.
- Comments (1)
RE: Show Gateway Version in Manage Gateways
It isn't ideal for casual use, but it is possible to get this information via the Get Gateways API
https://docs.microsoft.com/en-us/rest/api/power-bi/gateways/getgateways
in `gatewayAnnotation.gatewayVersion`. You could build an automated process to check this regularly.