Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredJoin us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM. Register now.
Hello,
I'm trying to create my first custom visual.
For my visual I need data in a tree structure like this, the tree shouldn't contain duplicates:
{
name: '...',
children: [
{
name: '...',
children: [ {}, {}, ...]
},
{
name: '...',
children: [ {}, {}, ...]
},
...
]
}
Actually I use table data binding and converting the data in the tree structure. But I wonder if there is a way to get the data in this tree structure direcly from Power BI, so that I don't have to convert the data.
Solved! Go to Solution.
Hello @Puero
Power BI Custom Visuals API doesn't support tree-mapping.
We'll consider this mapping in upcoming versions of API.
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
Hello @Puero
Power BI Custom Visuals API doesn't support tree-mapping.
We'll consider this mapping in upcoming versions of API.
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
Ok thanks
| User | Count |
|---|---|
| 8 | |
| 3 | |
| 3 | |
| 3 | |
| 2 |