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
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
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.