How to apply filter to entire page in power bi

This recipe helps you apply filter to entire page in power bi

Recipe Objective - How to apply a filter to an entire page in power bi.

Step 1 - Description of how to apply a filter on an entire page

If we have 2 to 3 or more visualizations on a single page and if we want to apply a filter that will apply to all the visualizations present onto the entire page then this is possible using the Page filter.

Note - We are going to use the sample dataset already present in power bi which is the Financial dataset.

Step 2 - What output we are expecting?

We want to see the Country wise sales, Country-wise profit, and Country wise unit sold. Where we are going to make 3 different visualizations

Step 3 - Drag and drop the columns

Drag and drop the Country and Sales column onto the task window and select a chart from the visualization pane. Drag and drop the Country and Profit column onto the task window and select a chart from the visualization pane. Drag and drop Country and Unit sold column onto the task window and select a chart from the visualization pane.

Step 4 - Apply Filter.

In our case, if we want to apply a filter to Country which will apply to all the visualizations present on the entire page then drag and drop the Country column onto the "Filters on this page field" under the Filters pane and select the countries that we want to showcase. This can be done in other fields also.

What Users are saying..

profile image

Abhinav Agarwal

Graduate Student at Northwestern University
linkedin profile url

I come from Northwestern University, which is ranked 9th in the US. Although the high-quality academics at school taught me all the basics I needed, obtaining practical experience was a challenge.... Read More

Relevant Projects

Ensemble Machine Learning Project - All State Insurance Claims Severity Prediction
In this ensemble machine learning project, we will predict what kind of claims an insurance company will get. This is implemented in python using ensemble machine learning algorithms.

Recommender System Machine Learning Project for Beginners-1
Recommender System Machine Learning Project for Beginners - Learn how to design, implement and train a rule-based recommender system in Python

Build a Collaborative Filtering Recommender System in Python
Use the Amazon Reviews/Ratings dataset of 2 Million records to build a recommender system using memory-based collaborative filtering in Python.

Build OCR from Scratch Python using YOLO and Tesseract
In this deep learning project, you will learn how to build your custom OCR (optical character recognition) from scratch by using Google Tesseract and YOLO to read the text from any images.

Build an End-to-End AWS SageMaker Classification Model
MLOps on AWS SageMaker -Learn to Build an End-to-End Classification Model on SageMaker to predict a patient’s cause of death.

Deep Learning Project- Real-Time Fruit Detection using YOLOv4
In this deep learning project, you will learn to build an accurate, fast, and reliable real-time fruit detection system using the YOLOv4 object detection model for robotic harvesting platforms.

CycleGAN Implementation for Image-To-Image Translation
In this GAN Deep Learning Project, you will learn how to build an image to image translation model in PyTorch with Cycle GAN.

Model Deployment on GCP using Streamlit for Resume Parsing
Perform model deployment on GCP for resume parsing model using Streamlit App.

Customer Churn Prediction Analysis using Ensemble Techniques
In this machine learning churn project, we implement a churn prediction model in python using ensemble techniques.

Census Income Data Set Project-Predict Adult Census Income
Use the Adult Income dataset to predict whether income exceeds 50K yr based oncensus data.