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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
Pbiuserr
Post Prodigy
Post Prodigy

Create table from columns of existing tables

Hello
Lets imagine I have bunch of referential tables, and I'd like to have one table consist of

Fcttbl[ID]
Ref_Product[Product]
Ref_Country[Country]
Ref_Category[Category]
Ref_Subcategory[Color]

All of these are connected to Fcttbl, but no other connections between them, if that count

Thank you in advance for your help

1 ACCEPTED SOLUTION
johnt75
Super User
Super User

I think you should just be able to use SUMMARIZECOLUMNS, like

New Table = SUMMARIZECOLUMNS(
Fcttbl[ID],
Ref_Product[Product],
Ref_Country[Country],
Ref_Category[Category],
Ref_Subcategory[Color]
)

View solution in original post

1 REPLY 1
johnt75
Super User
Super User

I think you should just be able to use SUMMARIZECOLUMNS, like

New Table = SUMMARIZECOLUMNS(
Fcttbl[ID],
Ref_Product[Product],
Ref_Country[Country],
Ref_Category[Category],
Ref_Subcategory[Color]
)

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.