DixieFlatline
DixieFlatline

Reputation: 484

Power BI Sunburst Visualization

Microsoft has released a custom sunburst visualization (link) (source code) similar to the well-known D3.js version.

I tried importing the flare.json file used in the D3 example into Power BI, but I can't get the Power BI sunburst to display any child nodes.

Does anyone know how to make this work? Do I need to convert the JSON file into another format?

Thanks!

Upvotes: 0

Views: 1106

Answers (2)

mahendra maid
mahendra maid

Reputation: 467

solution

  1. either you keep your Json data in javascript var where you have bind data to D3.
  2. you have to load data into PBI table and then by binding you use it in power BI

Upvotes: 0

Vasim
Vasim

Reputation: 3143

In Power BI,

Get Data - Web

Paste your json url, then OK, the Edit Query box will open. Under BI Ribbon you may see a new ribbon as

"Convert" under which you can find "Into Table"

Here you can convert your jason file into table.

You may need to check the results header and click them a few times to get full data.

Upvotes: 2

Related Questions