Forum Discussion
PBI trick: Making an object disappear after filter selection
- 6 years ago
I have a possible solution...when you want people to still interact with the scrollbar, you can do this easy by making the card not cover the whole visual, so they can still click and scroll the bar.
See the pictures as example, i use a shape that isnt filled to make sure the visual cannot be interacted with. It doesnt cover the header/title and doesnt cover the scrollbar. So users can still scroll through the visual.
I guess you could use a drillthrough if the user right clicks on the header or scrollbar area. Maybe inform the user of this "functionality" in the text.
Visual when nothin is selected.Visual when something (a weeknr in this case) is selected.
Good luck, hope this helps.
I have a visual with three line charts based on date and measure (actual turnover, previous month turnover, budget turnover). I want to hide the budget turnover line chart when I click on the (for example) certain bank name because I haven't such a breakdown in my data, I have a breakdown only by sector: bank, utility, and so on.
Hi, I also have this issue in one of my line graphs - has anyone found a solution?