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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
EmPi
Frequent Visitor

Wrong releationship of Table values

Hi everybody,

 

I am facing following issue: I have two tables (see below Table A and Table B) and I want to display the relation of the columns FC and Cat. The releation is given over the the column LookUp. The problem is that for every Cat the matrix is showing me the relation to the very first value of the column FC.

Current result

CatFC
ETS_ABAA
ETS_ETKA
ETS_KKKA
ETS_ABAA
ETS_OIIA
ETS_KKJA

 

Expected Result

 

CatFC
ETS_ABAA
ETS_ETKA
ETS_KKKC
ETS_ABAB
ETS_OIIC
ETS_KKJD

 

Table A

CatLookUp
ETS_ABAFID_1
ETS_ETKFID_1
ETS_KKKFID_3
ETS_ABAFID_2
ETS_OIIFID_3
ETS_KKJFID_4

 

Table B

LookUp AFC
FID_1A
FID_1A
FID_3C
FID_2B
FID_3C
FID_4D

 

 

 

 

1 ACCEPTED SOLUTION
Fowmy
Super User
Super User

@EmPi 

Select Table A and Merge with Table B on Lookup Column.
Modify the code, including the Table. Distinct around #"Table B"

= Table.NestedJoin(Source, {"LookUp"}, Table.Distinct(#"Table B"), {"LookUp A"}, "Table B", JoinKind.LeftOuter)

 
Expand the new merged column on FC

Fowmy_0-1600513120185.png

Result

Fowmy_1-1600513164179.png

 

 

________________________

If my answer was helpful, please consider Accept it as the solution to help the other members find it

Click on the Thumbs-Up icon if you like this reply 🙂

YouTube  LinkedIn

 

Did I answer your question? Mark my post as a solution! and hit thumbs up


Subscribe and learn Power BI from these videos

Website LinkedIn PBI User Group

View solution in original post

2 REPLIES 2
Fowmy
Super User
Super User

@EmPi 

Select Table A and Merge with Table B on Lookup Column.
Modify the code, including the Table. Distinct around #"Table B"

= Table.NestedJoin(Source, {"LookUp"}, Table.Distinct(#"Table B"), {"LookUp A"}, "Table B", JoinKind.LeftOuter)

 
Expand the new merged column on FC

Fowmy_0-1600513120185.png

Result

Fowmy_1-1600513164179.png

 

 

________________________

If my answer was helpful, please consider Accept it as the solution to help the other members find it

Click on the Thumbs-Up icon if you like this reply 🙂

YouTube  LinkedIn

 

Did I answer your question? Mark my post as a solution! and hit thumbs up


Subscribe and learn Power BI from these videos

Website LinkedIn PBI User Group

@EmPi 

 

Well, in modeling, you cannot create many-to-one relationship if the one side has unique values, If you arrange your table in that way, you do the modilng 

 

________________________

If my answer was helpful, please consider Accept it as the solution to help the other members find it

Click on the Thumbs-Up icon if you like this reply 🙂

YouTube  LinkedIn

Did I answer your question? Mark my post as a solution! and hit thumbs up


Subscribe and learn Power BI from these videos

Website LinkedIn PBI User Group

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors
Top Kudoed Authors