Forum Discussion
circular hierarchy
Hi Guys,
I am creating a dashboard where I have Revenues set out against a hierarchy, Month and then date.
I have gotten to the level where if you click on a certain month, you will drill down to the days of said month.
However, I want it to be able to revert this drill down with a single click in the graph, as most of my audience is not familiar with Power BI. Is this possible? I was thinking it might be possible with a button, but I couldnt work it out.
Thanks in advance
If you have multiple columns in a chart to enable drill down there should be drill up/down arrows when the users hover over the chart. So one option would be to teach your users how to use these.
But you could do a similar thing with a button control. From the view menu turn on the bookmarks pane, then create a bookmark with your chart in it's initial state. Then add a button and set it's action property to link to the bookmark you just created. Then whenever your users click on the button the state of the page should return to state you saved when you created the bookmark.
1 Reply
- d_gosbellSuper User
If you have multiple columns in a chart to enable drill down there should be drill up/down arrows when the users hover over the chart. So one option would be to teach your users how to use these.
But you could do a similar thing with a button control. From the view menu turn on the bookmarks pane, then create a bookmark with your chart in it's initial state. Then add a button and set it's action property to link to the bookmark you just created. Then whenever your users click on the button the state of the page should return to state you saved when you created the bookmark.