How to Add a Slicer in Power BI
- Sophie Ricci
- Views : 28,543
Table of Contents
You built the dashboard. The charts look great. But every time someone asks, “Can you filter this by region?” — you’re back to square one.
That’s exactly what Power BI slicers solve.
Slicers are the fastest way to make your reports interactive, letting anyone filter data with a click — no coding, no rebuilding visuals, no bottlenecks. According to Microsoft, interactive dashboards reduce report turnaround time by up to 70% compared to static reports. And slicers are the engine behind that interactivity.
In this guide, you’ll learn exactly how to add a slicer in Power BI, customize it, sync it across pages, and avoid the common mistakes that make dashboards clunky instead of clean.
What Is a Slicer in Power BI?
A slicer is a visual filter you drop directly onto your Power BI report canvas. Unlike filters hidden in the filter pane, slicers sit front and centre — giving viewers full control over what data they see without touching the backend.
Think of it as a dashboard control panel. You add a slicer for “Region,” and anyone viewing the report can click “North America” and watch every connected visual update instantly.
Key facts about Power BI usage:
- Power BI is used by 97% of Fortune 500 companies, making it the most widely deployed BI tool in enterprise environments.
- Over 250,000 organisations globally rely on Power BI to analyse and present data.
- The global business intelligence market is projected to reach $33.3 billion by 2025, driven largely by the demand for self-service analytics tools like Power BI.
- 65% of people are visual learners, which is why interactive visual filters like slicers significantly outperform tabular reports for decision-making speed.
Slicers can filter by date ranges, categories, numeric values, and more — all without writing a single line of DAX or SQL.
Why Slicers Transform How Teams Use Dashboards
Before you add one, it helps to understand why slicers matter beyond just “nice to have.”
Reports without slicers are passive. Viewers scroll, squint, and ask follow-up questions. Reports with slicers are self-service. Teams explore data on their own without needing to come back to you for every new angle.
Research from Gartner shows that companies using self-service analytics tools make decisions 28% faster than those relying on manual report generation. Slicers are a core part of what makes that possible.
For anyone managing sales data, pipeline metrics, or campaign performance, slicers are especially powerful. You can slice by time period, product line, sales territory, or any other dimension — and every chart on the page responds in real time.
How to Add a Slicer in Power BI (Step-by-Step)
Here is the exact process, whether you are in Power BI Desktop or Power BI Service.
In Power BI Desktop
Step 1 — Open your report
Open Power BI Desktop and load the report or dataset you want to work with. Make sure your data is loaded and your table fields are visible in the Fields pane on the right.
Step 2 — Click on the Slicer visual icon
In the Visualizations pane, click the Slicer icon. It looks like a funnel with horizontal lines. A blank slicer placeholder will appear on your canvas.
Step 3 — Drag a field into the slicer
From the Fields pane, drag the field you want to filter by — such as “Region,” “Product Category,” or “Date” — into the Field well inside the Visualizations pane (or directly onto the blank slicer).
Your slicer will immediately populate with the distinct values from that field.
Step 4 — Resize and reposition
Click and drag the corners of the slicer to resize it. Move it to a logical position on your canvas — typically top-left or left sidebar for discoverability.
Step 5 — Test your slicer
Click any value in the slicer. Every visual connected to the same data source should filter instantly. If it does not, check that your visuals are using the same table or are properly joined.
In Power BI Service (Web)
Step 1 — Open your workspace and select a report
Navigate to app.powerbi.com, open your workspace, and click on the report you want to edit.
Step 2 — Enter Edit mode
Click Edit in the top menu bar. Without edit mode, you cannot add or modify visuals.
Step 3 — Add the slicer
In the Visualizations pane on the right, click the Slicer icon. A blank slicer will appear on your canvas.
Step 4 — Assign a field
Drag the relevant field from the Fields pane into the slicer’s Field bucket.
Step 5 — Save your changes
Once you have positioned and configured your slicer, click Save to preserve the changes.
Types of Slicers in Power BI
Power BI gives you several slicer styles depending on the type of data and the experience you want to create.
List Slicer
The default format. Displays all values in a vertical or horizontal list. Best for categories with fewer than 20 items — like product lines, regions, or team names.
Dropdown Slicer
Collapses all values into a single dropdown menu. Ideal when you have many filter values and want to save canvas space. Users click the dropdown, select a value, and the dashboard updates.
Between Slicer (Numeric / Date)
For date fields or numeric ranges, the Between slicer lets users drag handles on a slider or enter start and end values. Perfect for filtering by date range, revenue bands, or age groups.
Relative Date Slicer
One of the most useful for recurring reports. Instead of selecting specific dates, users can filter by “Last 7 days,” “This month,” or “Last quarter” — and the filter updates automatically over time.
Tile Slicer
Displays values as clickable tiles or buttons. Highly visual and great for dashboards designed for executive audiences who want a clean, app-like experience.
How to Format and Customize Your Slicer
Adding a slicer is just the start. Formatting it correctly is what separates clean, professional dashboards from cluttered ones.
Change the Slicer Style
With the slicer selected, go to Format visual in the Visualizations pane. Under Slicer settings → Style, choose from List, Dropdown, Tile, or Between.
Adjust the Header
Under Slicer header, toggle the header on or off, change the font size, and update the title text. Use a clear, plain-language label — “Filter by Region” reads better than “Region” alone for new users.
Control Selection Behaviour
Under Selection, you can:
- Enable multi-select — allow users to pick multiple values at once
- Show “Select all” — add a quick “select all” option at the top of the list
- Single select — restrict users to one value at a time for controlled filtering scenarios
Sync Slicers Across Multiple Pages
This is the feature most Power BI users miss. If your report has multiple pages and you want one slicer to control all of them:
Go to View → Sync slicers in the top menu. A pane will open showing all pages in your report. Check the boxes next to each page where you want the slicer to sync. Now, when a user filters on Page 1, Pages 2, 3, and 4 will reflect the same selection.
Studies show that synced slicers reduce the number of viewer actions needed to explore a report by up to 60%, directly improving how quickly teams reach insights.
Apply Conditional Formatting to Slicer Tiles
For tile slicers, you can apply background colours, font changes, and border styles when a value is selected. This makes it immediately obvious which filter is active — a small detail that dramatically improves usability.
Advanced Slicer Techniques Worth Knowing
Once you have the basics down, these techniques take your dashboards to the next level.
Use a Disconnected Slicer for What-If Scenarios
Create a separate table that is not joined to your main data model. Use it as a slicer input, then write a DAX measure that references the selected value from that table. This lets you build dynamic scenario analysis — such as “What if our conversion rate increased by X%?” — without touching your actual data.
Filter Slicers with Other Slicers
Power BI supports cross-filtering between slicers. Enable it by selecting a slicer, clicking Format → Edit interactions, and setting related slicers to filter mode. Now selecting “North America” in a Region slicer will automatically narrow your City slicer to only show North American cities.
Add a Search Box to Long Slicers
If your slicer has 50+ values, scrolling becomes painful. Enable the search box under Format visual → Slicer settings → Search to let users type and find values instantly.
Create Bookmark-Based Slicer Resets
Add a reset button to your dashboard that returns all slicers to their default state. Create a bookmark with all slicers cleared, assign it to a button, and your viewers can reset the entire dashboard with one click. This is a significant usability upgrade for shared dashboards.
Common Slicer Mistakes to Avoid
Even experienced Power BI users make these. Avoid them and your reports will immediately feel more polished.
Using too many slicers on one page. More than 4–5 slicers on a single canvas creates confusion. Prioritise the filters your audience uses most and move the rest to a filter pane or a dedicated filter page.
Not syncing slicers across pages. Nothing frustrates dashboard users more than having to re-select the same filter on every page. Sync your slicers from the start.
Skipping the “Select all” option. When users do not see a “Select all” option, they assume all values are active even when they are not. Always make the default state explicit.
Choosing the wrong slicer style for the data type. A list slicer for a date field is harder to use than a relative date or between slicer. Match the slicer style to the data type.
Overlapping slicers with visuals. Slicers placed on top of charts or tables block data and create clicks that accidentally filter instead of scroll. Give slicers their own dedicated zone on the canvas.
Power BI Slicer: Quick Reference Table
Slicer Type | Best For | Max Recommended Values |
List | Categories, names, regions | Up to 20 |
Dropdown | Any field, space-saving layout | Unlimited |
Between | Dates, numeric ranges | N/A (range input) |
Relative Date | Rolling time filters | N/A (preset periods) |
Tile | Executive dashboards, visual UX | Up to 10 |
Conclusion
Slicers are one of the most impactful features in Power BI — and one of the easiest to get right once you know the steps.
Start with the basics: drag a field into a slicer, connect it to your visuals, and test it. Then layer in the improvements — sync slicers across pages, match slicer styles to data types, enable search for large lists, and use bookmarks to give users a clean reset option.
With Power BI used by 97% of Fortune 500 companies and the BI market growing toward $33.3 billion, the ability to build clear, interactive dashboards is no longer optional. It is a baseline expectation for anyone working with data.
The teams winning with their data are not just building better charts. They are making their reports self-service, cutting the back-and-forth, and getting everyone aligned faster. Slicers are one of the simplest ways to get there.
Build your first one today. Your future self — and your stakeholders — will thank you.
🚀 Ready to Scale Your Outreach?
Your profile photo is just the start. We design complete LinkedIn prospecting campaigns that fill your calendar with qualified meetings—using proven systems that work.
7-day Free Trial |No Credit Card Needed.
FAQs
How do Power BI slicers connect to what I actually do with the data?
Can a slicer filter visuals on different pages?
Why is my slicer not filtering a specific visual?
Can I have multiple slicers filter the same visual?
We deliver 100–400+ qualified appointments in a year through tailored omnichannel strategies
- blog
- Sales Development
- How to Add a Slicer in Power BI