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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
Silvermountain
Frequent Visitor

Ignore filter for table column

Hi all,

 

I'm trying to make a very simple table-visual with contactpersons and an amount per person. Due to a filter on all the pages, the table doesn't show all persons (regardles of the amount) but only about a third of the available persons.

 

To visualise it a little bit I'll share 2 screenshots:
1. Number of rows with a contact_id when filter is included

2. Number of rows with a contact_id when filter is temporarily deleted

 

Silvermountain_0-1692200630090.pngSilvermountain_1-1692200643745.png

 

 

How can you make a plain table-visual with all results from a specific data-table, ignoring a filter already existing on page or in the report?

 

Any help is greatly appreciated!

1 ACCEPTED SOLUTION
vicky_
Super User
Super User

If it's a slicer that's filtering the data, then you can disable visual interactions

Otherwise, if you're using something in the filter pane, you'll need to change the dax calculations with the REMOVEFILTER() function.

View solution in original post

1 REPLY 1
vicky_
Super User
Super User

If it's a slicer that's filtering the data, then you can disable visual interactions

Otherwise, if you're using something in the filter pane, you'll need to change the dax calculations with the REMOVEFILTER() function.

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors