Forum Discussion
gkman
9 years agoRegular Visitor
structured json - query drill downs
Hi everyone, I am very new to PowerBI (started using yesterday), and I have no experience with any other BI products. I realise that I might be jumping into deep water, but I am a little pressed...
gkman
9 years agoRegular Visitor
Ok,
I have managed to create a function that creates a table out of each list recursivly so my query brings back nested tables like so:
my question now is how to create a display of it using the treemap correctly?
this is how I did it so far:
but when I drill down this is what I get:
- v-chuncz-msft9 years agoCommunity Support
You also need to expand the column containing a related table.
- gkman9 years agoRegular Visitor
thanks for the reply.
can you explain a little in depth please?
I fail to understand how to apply this to the tables I have (see the picture above), as each nested table is Identical to the parent. also this solution doesn't seem like it will be able to process too many levels of nested tables.