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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

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
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

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.