Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

Reply
ViktorijaJ
New Member

Visual filtering affecting other parameter columns

Hi,

 

How do you add specific visual filtering based on a parameter selection so that it does not affect the visual when selecting other parameters?

2 REPLIES 2
ViktorijaJ
New Member

Hi,

 

Thanks for your reply.

 

That is testing if it is filtered. I have three text columns that have blank values in some of the rows and I am using paramaters on a visual to show the columns based on paramater slicer selection. A blanket filter will not work as it affects the different column based on a selection. As an example one of the columns might be blank and that will affect a different paramater as the filter is on the visual rather than the paramater?

Anonymous
Not applicable

Hi @ViktorijaJ 

 

Perhaps you could use the ISFILTERED function.

ISFILTERED function (DAX) - DAX | Microsoft Learn

 

I ran the testing as follows:

 

My sample:

vxuxinyimsft_0-1707891980351.png

 

vxuxinyimsft_1-1707892001894.png

 

vxuxinyimsft_0-1707892953708.png

 

Then I created a measure as follows.

 

Measure = IF(ISFILTERED('ID'[ID]), 1, 0)

 

 

Output:

vxuxinyimsft_3-1707892453769.png

 

vxuxinyimsft_4-1707892500453.png

Is this the result you expect?

 

If I've misunderstood you, please provide detailed sample data and the results you are hoping for: How to provide sample data in the Power BI Forum - Microsoft Fabric Community . Or show it as a screenshot or pbix. Please remove any sensitive data in advance. If uploading pbix files please do not log into your account. So that we can better understand the problem and help you.

 

Best Regards,
Yulia Xu

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.