The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hello everybody,
I have a curious problem when querying the SonarQube API using the Web Get Data option. SonarQube is a tool used for continuous inspection of code quality. It contains various metrics related to code inspection. Let's get to the matter at hand.
I've three calls to the API looking similarly to this:
Top level parsed
Top level parsed
issues list is empty
Issues list is empty
Other remarks:
Does anybody know what the problem could be?
Thanks for any help!
With best regards,
Denis
hi @Anonymous
What is your M code in your power query, I think you need "Json.Document" to parse it.
Here is a blog, you could refer to it:
Regards,
Lin
hi @v-lili6-msft ,
my M query looks like this after trying the solution. (Json.Document was part of the original query - the original looked the same as the one below if we omit the second line in the let block )
I am sorry, the image didn't go through.
M query