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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
Syndicate_Admin
Administrator
Administrator

Create a measure that hosts matches from two tables

Good, I'm trying to avoid creating a new table by combining queries since I want to create a measure that contains a table where the matches of a column of two different tables are combined. That is, for example, That NewTable = Table1 where the rows of Table1[Col1] match the rows of Table2[Col2].

Could someone tell me how to solve this question?

Thank you!

3 REPLIES 3
PVO3
Impactful Individual
Impactful Individual

I think you need something like:

CALCULATETABLE(
    'Table',
    TREATAS(VALUES('Table (2)'[Column1]),'Table'[Column1])
)
v-yadongf-msft
Community Support
Community Support

Hi @Syndicate_Admin ,

 

Can you share with me some screenshots of your data after hiding sensitive information?

Thanks for your efforts & time in advance.

 

Best regards,

Yadong Fang

The two columns marked in those tables share rows with the same information, I want to host those matches to a measure to use as a filter.

Thanks in advance.

Best regards.

selek31_0-1664869887021.png

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.