Forum Discussion
guyinazo
4 years agoHelper I
Server Status
Can Power BI be used to monitor server status (online, offline, and time offline)? If so, what would be the best tools or way to do this. Thanks
krishn24
1 year agoNew Member
Yes, this is possible - you can use Power Query M-code to achieve this.
Write M code to create a list of services/Server URLs
Create a function that takes a URL from the list and checks if the server is up or down
Return the results in a table
And finally, schedule the refresh of your data as required.
If this is not possible, create an API for Postman and connect this API to you M Code.