Home > Mobile >  How to make a dashboard/visualize XML Data?
How to make a dashboard/visualize XML Data?

Time:10-01

I created a powershell script that pulls SNMP data from devices, and creates pscustomobjects with attributes of the data, and outputs them as separate objects in an array that I then export as an XML data file. The file itself looks clean and neat, easily separated. My question is how do I visualize this in a dashboard? Don't mind making it myself, just unaware of the standard tools or scripting languages to do so. Thanks!

CodePudding user response:

If you have XML output, might I recommend Power BI! Power Query XML editor You can import the XML to Power BI Desktop and visualise that way, with lots of free content available at Microsoft's Learn site.

  • Related