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
Omar_Servin
New Member

Can't create table from another table removing filters

Hi, I have the table Table1 with just two columns, Column1 and Column2, I want to create another, realted table based con Table1 but without the filters applied, then I link both tables by bi-directional link between Column1 and Filter Table1[Column1]. My objective is that Table2 is not filtered at all, but I'm unable to do it, Table2 gets filtered as well.

I've tried CALCULATETABLE, FILTER, ALL, etc and nothing seems to work, this is code I currently have for testing, is redundant but still doesnt work:

Table2 = CALCULATETABLE(
    ALL('Table'),
    ALL('Table'),
    REMOVEFILTERS('Table')
)

I'm using Power BI Version: 2.118.828.0 64-bit (June 2023)

 

What am I doing wrong?

Thanks in advance

4 REPLIES 4
Arul
Super User
Super User

@Omar_Servin ,

Can you share the sample data and expected output?

Thanks,

Arul





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!


LinkedIn


Thank you the data of Table1 is very simple, this is its contents in CSV

Column1, Column2

a,1

b,2

c,3

 

Expected output: Visuals using Table2 should not be affected when I filter Table1

Actual output: Visuals using Table2 are affected when I filter Table1

@Omar_Servin ,

You can use edit interations to disable the interation between the visuals instead of doing it through DAX.

Check this : For disabling interactions - https://learn.microsoft.com/en-us/power-bi/create-reports/service-reports-visual-interactions?tabs=p...

 

Thanks,

Arul





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!


LinkedIn


I simplified the example to make it easier to demonstrate the point. But in reality I want to use some filters and some I don't. The problem is that I can't block filters coming from the original table, not individually nor colectively.

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.