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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.

Reply
mkathi0405
Frequent Visitor

Inner Join

Hi
What is the DAX command for this scenario?
Let's say I have a large dataset where the two tables are merged via left join. Then I plotted a network diagram based on one variable A from left table against another variable B from the right table (not to be confused the variables are taken from the large merged dataset). Then I have a filter funnel on another variable. The result was a condensed network diagram with some common links between variable A and B. How to sieve out what are those items in variable A and B are common? Thanks
1 REPLY 1
kentyler
Solution Sage
Solution Sage

Sounds like a job for INTERSECT()

INTERSECT

Intersection of two tables, retaining duplicates.

Syntax

DAXCopy
 
INTERSECT(<table_expression1>, <table_expression2>)  

Parameters

Term Definition
Table_expressionAny DAX expression that returns a table.

Return value

A table that contains all the rows in table_expression1 that are also in table_expression2





Did this post answer your question? Mark it as a solution so others can find it!

Help when you know. Ask when you don't!




Join the conversation at We Talk BI find out more about me at Slow BI


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.