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

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

Reply
ADRICHECKIN
Frequent Visitor

Tables relation 1 to many

Hi team,

 

Want to make a relation between 1 to many from Table_B to Table_A.

In TABLE_B there are duplicated values.

 

How can I detect this duplicated values from Table_B? ( real table has many rows..)

Any other solution?

 

 

TABLE A TABLE B
CLIENTORDERREFREVEN CLIENTORDER
AP100XX100 AP100
AP100ZZ110 AP101
AP101XX120 BA102
AP101YY130 BA102
BA102BB140   
BA102CC150   

 

thanks,

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@ADRICHECKIN , Delete duplicate as suggest by @MFelix .

 

Also you need a concatenated column in both tables to join

 

Key = [Client] & "-" & [Order]

View solution in original post

3 REPLIES 3
Icey
Community Support
Community Support

Hi @ADRICHECKIN ,

 

Is this problem solved?

 

If it is solved, please always accept the replies making sense as solution to your question so that people who may have the same question can get the solution directly.

 

If not, please let me know.

 

 

Best Regards,

Icey

amitchandak
Super User
Super User

@ADRICHECKIN , Delete duplicate as suggest by @MFelix .

 

Also you need a concatenated column in both tables to join

 

Key = [Client] & "-" & [Order]

MFelix
Super User
Super User

Hi @ADRICHECKIN,

 

On the query editor select all row from table b and remove duplicates that should clean the information. 


Regards

Miguel Félix


Did I answer your question? Mark my post as a solution!

Proud to be a Super User!

Check out my blog: Power BI em Português



Helpful resources

Announcements
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

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