Forum Discussion

Omar_Servin's avatar
Omar_Servin
New Member
3 years ago

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