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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
mauroanelli
Helper I
Helper I

Create a new table from columns from existing tables with unique value

i'm looking to do something like 

https://community.powerbi.com/t5/Desktop/Create-a-new-table-from-columns-from-existing-tables/m-p/98...

and the dax formula

Type = UNION(SELECTCOLUMNS(ICS_BI_Reports;"Tipo";ICS_BI_Reports[Tipo]);SELECTCOLUMNS(ICS_Budget;"Tipo";ICS_Budget[Tipo]))

works fine.

now i would like to use this table as relation for other tables so i need unique value, no duplicate.

any suggestion?

thanks

1 ACCEPTED SOLUTION
quentin_vigne
Solution Sage
Solution Sage

Hi @mauroanelli

 

Try to create a new table with Table = Distinct(PrimaryKeyWanted)

This new table will be used to make the link between two tables

 

- Quentin

View solution in original post

1 REPLY 1
quentin_vigne
Solution Sage
Solution Sage

Hi @mauroanelli

 

Try to create a new table with Table = Distinct(PrimaryKeyWanted)

This new table will be used to make the link between two tables

 

- Quentin

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors