Skip to main content

Introduction to Slicer Panel

Using slicers is a common practice in Power BI. The positioning and the space it occupies in a dashboard are always in question. I have worked on dashboards where 10-15 slicers are keeping them together on top or side always reduces the space for other visuals. So what can be done?

Slicer Panel helps in such scenarios. It is the same as the menu bar on top of different mobile apps. Once you click it expands and shows all the slicers otherwise it collapses and gives you the dashboard for other visuals. In this blog, we will cover how to make a slicer panel step by step.

I am considering Sample SuperStore data and I have created a basic dashboard with slicers and other visuals. In the below image, I have put all the slicers on top now we will put all of these slicers into the panel.

Protip- As a BI developer I always prefer a drop-down in my slicers because it can be that you have 20 categories or maybe more. I don't want a long list in my slicers. In this dashboard, I will be using a list as I have limited categories.

To introduce the slicer panel first add a shape. In this case, I have selected a rectangle. You can select any of the shapes. Once the shape is available select the shape and send it backward using the Format option. 

This will take your shape to the back and then it will not cover your slicers. Also, select all the slicers and the shapes and group them. We are almost there with the slicer panel but the most important aspect is a bookmark which will help us to expand and collapse.

We will be creating two bookmarks one where the slicers are shown and the other where they are hidden. Before creating bookmarks we need two buttons I am using a forward arrow and a backward arrow. The first bookmark will be Slicer Panel ON and we will be hiding only the forward arrow.

Another bookmark will be the Slicer Panel Off where you can hide the group consisting of all slicers and shapes and also hide the backward arrow.


Once bookmarks are created we just need to assign the buttons their respective actions. The forward arrow will be assigned Slicer Panel ON while the backward arrow Slicer Panel OFF. If you select the button you can assign an action to them under it there is an option to choose bookmark.

Isn't this amazing?? It looks really good but there is general feedback that I received from the users that it is very difficult to see what they are actually filtering on. To see this every time you have to click the button and check which is a bit cumbersome for users. To overcome this you can try using a simple table that will show every selection made in the slicers.


We are using ConcatenateX which will help to use iteration on different values of Region in this case and values will provide the list of different values. Also, we are using a delimiter. You can create the same for other slicers as well and put this all in one table. 


This approach is a good solution but if you are short on space in the dashboard then it won't help. Also, if you have more slicers then you will be exhausted with the current space we have. You can take the slicer panel to the next level by grouping your slicers together and using bookmark navigators. This will be covered in another blog. Overall slicer panel can bring improvement to the dashboard design with all the different shapes and colors we have so it all depends on the audience you are catering to. 


Thanks for Reading  Let's connect on LinkedIn. For more such blogs and pro tips do follow us





Comments

Popular posts from this blog

Ultimate Beginners Guide to DAX Studio

There are zillions of external tools available with Power BI but DAX Studio is one of the most commonly used tools to work with DAX queries. It is a perfect tool to optimize the DAX and the data model. In this blog let's shed some light on the basic functionalities that can take your report to the next level. ARE YOU READY?  To start you will need the latest version of the DAX Studio. You can download it from their website . Don't worry you don't have to pay for the license. Fortunately, DAX Studio is a free tool As a BI Developer, I am using DAX Studio regularly. Based on my experience I use it for several purposes but in this blog, I will highlight the most common ones. Extracting a dump of all the measures used in your PBIX. Why do we need to do this? It can be used for documentation purposes also sometimes we try to reuse the DAX and such a dump comes in handy in this scenario. How to achieve it? Open the DAX Studio it is located under the external tools once you open t

Identify and Delete Unused Columns & Measures

Heavy dashboards and a bad data model is a nightmare for every BI Developer. Heavy dashboards can be slow due to multiple reasons. It is always advised to stick with best practices. Are you still figuring out about those best practices then you should definitely have a quick read on Best Practice Analyser ( link ). One of the most common issues with slow dashboards is unused columns and unused measures.  It is very normal to load some extra columns and create some test measures in your dashboard but as a part of cleanup process those unused columns and unused measures should be removed. Why we are removing them? Because if you keep them then ultimately it will increase the size of your data model which is not a good practice.  How to identify the culprits (unused columns and unused measures)? In today's blog we will provide you with 2 most common external tools which will help you in identifying the culprits. More external tools😒. Who's going to pay for this? To your surprise

Best Practice Analyser (BPA) Guide

Do you want to save tons of efforts to check if your data model and PBIX file follows the standard best practices and norms? Then this blog is for you. If you are a follower of our channel we already deep dive into the importance of the DAX Studio as an external tool. If you are a beginner I would highly recommend to visit this blog . In today's blog we will check how Tabular Editor can help to optimize the data model.  Best Practice Analyser allows to define or import best practices. It will make sure that we do not violate the best practices while developing a dashboard. Isn't it exciting!! Before we start make sure you already have Tabular Editor version 2.24.1 installed on your system. To install it do visit this link and select the link for windows installer. Once Tabular Editor is installed it will reflect in your PBIX file under external tool. Also, we need to define the standard rules. To do so in your advanced scripting or C# script copy this and save it via Ctrl+S. An