Wondering if anyone has connected PowerBI to the Zabbix API? I really don't know much about PowerBI but my boss like the dashboards wonder if anyone had some instructions on how to setup the connection?
Ad Widget
Collapse
PowerBI and Zabbix API
Collapse
X
-
-
I don't think there is a 'native way' to do it, probably you will need to write some type of code.
The zabbix API is json, so if PowerBI can send, receive and understand json, you will have no problem at all.
I don't use PowerBI, but i have created a 'digested' database wich i populated in the trigger actions of zabbix.
Then another tools can read this database and plot any graph that a boss want (eg. Spotfire).
Comment
-
I know it's been a while but I already connected zabbix to power bi it accepts json yes file without problems but it is possible to connect directly to his MYSQL database in my case I created a separate sql bank and this bank was fed through a file that ran every hour not to burden the MYSQL of zabbix so much. But for those who want it is possible to connect yes.Comment
Comment