Hi @indratan,
The management reporting becomes available in the Enterprise Edition of SonarQube.
Before we used the Enterprise Edition, we exported the figures from SonarQube using the Web API (REST). Check this URL for documentation: https:///web_api.
We loaded the figures on monthly basis into a separate database and analyzed them with Microsoft PowerBI.
We still do so, because we combine the figures from SonarQube with Metrics from other systems, e.g. Vulnerability scan of 3rd Party libraries.
HI Matthias,
I’m also working on exporting the data from SOnarQube into Power BI. I’m new to APIs. I have looked into few SonarQube APIs but most of them are returning results for a specific Project/Component (passed as parameter), but i want to have all the data for all the projects/Components. Can you plz provide more details on how to extract the Historical/Current data from SonarQube. How have you identified and loaded the monthly data into some database.