March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hello I am using tree to display hierchy but it takes the root node to show the complete tree. What I want if we filter a child node, it still show me the complete tree from the donor to the last child. Once I put a slicer filter for donor it works fine. But I want to have slicer for all names and want that name to autofilter the donor and that will display the tree.
Solved! Go to Solution.
Hi,
first create this calculated column:
Then create a table with the distinct ids and names, without relationship to the main table:
Then create a measure like this:
Use the new measure as a filter for the tree visual, set it to equal 1, then create a slicer with the names from DimName to produce this:
Cheers,
Sturla
If this post helps, then please consider Accepting it as the solution. Kudos are nice too.
thanks a lot. it did worked. I really appriciate your help for solving the issue.
Hi @Anonymous ,
Is your problem solved?? If so, Would you mind accept the helpful replies as solutions? Then we are able to close the thread. More people who have the same requirement will find the solution quickly and benefit here. Thank you.
Best Regards,
Community Support Team _ kalyj
Hi,
first create this calculated column:
Then create a table with the distinct ids and names, without relationship to the main table:
Then create a measure like this:
Use the new measure as a filter for the tree visual, set it to equal 1, then create a slicer with the names from DimName to produce this:
Cheers,
Sturla
If this post helps, then please consider Accepting it as the solution. Kudos are nice too.
This really helpful but I was looking for some different result. on my example the parent nodes are MT01003A & MT01023B. if I select any leaf of those or the parent node, it show me that specific tree. the solution you provided it will take the branch to that specific node and eliminate any other node for that parent. I hope I was able to explain it clearly.
Below in the picture that is one tree and what I want is, if I filter on column "Name" from that specific tree either it is a parent or any leaf, it show me the complete tree for that specific parent, all its child and branches. There will be multiple trees like this, so once I filter on column "Name", it show me the complete tree from root to all the nodes in that tree.
expand the stand-alone dimension table to include the path:
and write the measure used for filtering like this:
which gives this:
thanks again for your response, I will try that and let you know,
question, if you check mark any from mt 5 to mt 11, will it show the same output currently shown?
yes:
thanks a lot. it did worked. I really appriciate your help for solving the issue.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
123 | |
85 | |
85 | |
70 | |
51 |
User | Count |
---|---|
205 | |
153 | |
97 | |
79 | |
69 |