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

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

Reply
Florex
Frequent Visitor

multiple Relationship Problem

Hello,

 

i sure that's is a "basic" problem, but i dont find a solution via Search funtion in this forum.

I'm very new to this topics so please be kind...

 

I want to filter both Tables for the Place of birth via a relationship by the Identfier.

It works fine for Identfier_new to Identifier relationship  - but i also want a query for Identifier_old. 

The workflow should be -> if Identifier_new unequal Identifier look for Identifier_old = Identifier.

 

My Idea was to merge both Columns (Identifier_old & Identifier_new) with Concatenate function.

For the Example : New York - 28479 98323 - unequal 98323 - Susan

Is there a way to define the relationship - "Contains" instead of 1:1 ?

 

Table 1

NameIdentifier
Charlie12345
Susann98323

 

Table 2

Place of birthIdentifier_newIdentifier_old
New Jersey12345XALOE
New York2847998323

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @Florex ,

Please have a try.

Create relationship beweet the tables.

Then create a measure.

Measure = MAX(Table2[Place of birth]) &"-"& MAX(Table2[Identifier_new])&" "&MAX(Table2[Identifier_old])&"- unequal" &" "&MAX(Table1[Name])&" "&MAX(Table1[Identifier])

vrongtiepmsft_0-1709875827721.png

 

How to Get Your Question Answered Quickly - Microsoft Fabric Community

 

If it does not help, please provide more details with your desired output and pbix file without privacy information (or some sample data) .

 

Best Regards
Community Support Team _ Rongtie

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

 

 

 

View solution in original post

1 REPLY 1
Anonymous
Not applicable

Hi @Florex ,

Please have a try.

Create relationship beweet the tables.

Then create a measure.

Measure = MAX(Table2[Place of birth]) &"-"& MAX(Table2[Identifier_new])&" "&MAX(Table2[Identifier_old])&"- unequal" &" "&MAX(Table1[Name])&" "&MAX(Table1[Identifier])

vrongtiepmsft_0-1709875827721.png

 

How to Get Your Question Answered Quickly - Microsoft Fabric Community

 

If it does not help, please provide more details with your desired output and pbix file without privacy information (or some sample data) .

 

Best Regards
Community Support Team _ Rongtie

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

 

 

 

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.