Can we export data from SonarQube to Power BI?

I need to create a Power BI report and want to pull data for my projects from SonarQube. How can I do that?

Hi,

You’ll need to pull the data you want using the APIs and build your own reports.

The best way to master the API is to perform the desired action via the UI and eavesdrop to see which calls the UI made to accomplish the action.

You may also find this guide helpful.

 
HTH,
Ann