Forum Discussion
Working with Shapes
- 1 year ago
Hi ,
Absolutely, working with shapes as backgrounds for visual grouping in Power BI can be a bit frustrating due to that “floating” behavior you described. Luckily, there are ways to manage this and make your development experience smoother. Here are a few options:1. Turn Off “Maintain Layer Order”
Power BI has a feature called "Maintain layer order" that can cause shapes to behave this way when objects overlap. If you turn this off, shapes will no longer “float” above other visuals when you hover over them.
To turn it off:
Go to View in the toolbar.
Toggle Maintain layer order to off.
2. Use the Selection Pane for Locking Shapes
Another way to stop shapes from interfering is to use the Selection Pane to lock them in place.
To do this:
Go to View > Selection Pane.
In the Selection Pane, find your shape and click on the lock icon next to it.
Locking a shape will prevent it from being selected, which means it won’t float up over other visuals.
Did I answer your question? Mark my post as a solution! Appreciate your Kudos !!
Let's Connect on LinkedIn: https://www.linkedin.com/in/anmol-malviya/?originalSubdomain=in
Hi Walt1010 - To prevent shapes from coming to the foreground and interfering while you're developing other visuals.
Power BI has a "Lock" feature for visuals, which prevents them from being moved or accidentally selected.
Point 2: The Selection Pane allows you to manage the layering of visuals on the canvas without directly interacting with them.
- Go to the View tab at the top of Power BI Desktop>>Select Selection Pane>>In the Selection Pane, you’ll see a list of all visuals and shapes. You can drag the shapes to the bottom of the list (layer them under other visuals) or even toggle their visibility off temporarily while you’re working on other visuals.
Point 3: If locking the shape isn't enough, you can temporarily hide it.In the Selection Pane, click the "eye" icon next to the shape to make it invisible while you work, then click the icon again to make it reappear.
These methods should help keep shapes out of your way as you develop your report.
Hope this helps.
Thanks, I think both of your suggestions will help!