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

Be one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now

Reply
NaniG
Frequent Visitor

filter Table1 based on table2 values

Hi 

I have two tables, one is 12milion records and second table is 100 rows of records 

i want to filter first record with second record 

filter need to show only that contain second table column1 values only

 

i have found one code in google that showing only except data but i want opposite of except . 

Can you please help me with only contain data to filter 

 

here is i foung except code : 

CALCULATETABLE(ZKB_MATERIAL,EXCEPT(VALUES(ZKB_MATERIAL[MATERIAL]),VALUES('acrylic sheets'[Column1])))

 

1 ACCEPTED SOLUTION
AlB
Super User
Super User

Hi @NaniG 

Your explanation is not very clear but I surmise you are looking for INTERSECT instead of EXCEPT. Try this:

CALCULATETABLE (
    ZKB_MATERIAL,
    INTERSECT (
        VALUES ( ZKB_MATERIAL[MATERIAL] ),
        VALUES ( 'acrylic sheets'[Column1] )
    )
)

 If it does not work, please show a sample of your relevant tables and the expected result

 

SU18_powerbi_badge

Please accept the solution when done and consider giving a thumbs up if posts are helpful. 

Contact me privately for support with any larger-scale BI needs, tutoring, etc.

 

View solution in original post

1 REPLY 1
AlB
Super User
Super User

Hi @NaniG 

Your explanation is not very clear but I surmise you are looking for INTERSECT instead of EXCEPT. Try this:

CALCULATETABLE (
    ZKB_MATERIAL,
    INTERSECT (
        VALUES ( ZKB_MATERIAL[MATERIAL] ),
        VALUES ( 'acrylic sheets'[Column1] )
    )
)

 If it does not work, please show a sample of your relevant tables and the expected result

 

SU18_powerbi_badge

Please accept the solution when done and consider giving a thumbs up if posts are helpful. 

Contact me privately for support with any larger-scale BI needs, tutoring, etc.

 

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

Dec Fabric Community Survey

We want your feedback!

Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.

ArunFabCon

Microsoft Fabric Community Conference 2025

Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.