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

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

Reply
EWBI
Helper I
Helper I

Creating User name List: Gathered in one column from from 2 different columns from two dif tables

I need to create a master list of users from 2 different data sources.

there is a user name list in each table with different user names that I want to zipper together into one column in a new table that I can use as a Master User List.

The 2 columns i want to zipper together are "User" from table 1 with "Arrival User" from table 2.

Please let me know if there is a way.

Example table comlumns below.

 

Table 1

Time of AccessUserDate of ServiceLocationLogin DeptDept IDNew?ContextVrf UserElapsed TimeActive TimeSourceType
 UserName1            
 UserName2            
 UserName3            
 UserName4            

 

 

Table 2

LocationArrival DepAccount IDArrv Date/TimeArrival UserEvent User
    UserName30 
    UserName31 
    UserName32 
    UserName33 
    UserName34 

 

1 ACCEPTED SOLUTION
quantumudit
Super User
Super User

Hello @EWBI 

You can accomplish this with DAX. Below is the DAX formula for the calculated table:

UserTable = UNION(ALL('Table 1'[User]), ALL('Table 2'[Arrival User]))

Navigate to the "Modeling" tab, select "New Table" to create a calculated table using DAX, and input the formula provided. Afterward, you can establish a relationship from your consolidated "UserTable" to other tables, as illustrated in the screenshot.

quantumudit_0-1725983144992.png

Here is the Power BI file for your reference: Power BI File (This link will expire on 12th Sept 2023) 

 

Best Regards,
Udit

If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly.
Appreciate your Kudo 👍

🚀 Let's Connect: LinkedIn || YouTube || Medium || GitHub
Visit My Linktree: LinkTree

View solution in original post

2 REPLIES 2
EWBI
Helper I
Helper I

This did the trick!! You are awesome!! Thank you so much!!!

quantumudit
Super User
Super User

Hello @EWBI 

You can accomplish this with DAX. Below is the DAX formula for the calculated table:

UserTable = UNION(ALL('Table 1'[User]), ALL('Table 2'[Arrival User]))

Navigate to the "Modeling" tab, select "New Table" to create a calculated table using DAX, and input the formula provided. Afterward, you can establish a relationship from your consolidated "UserTable" to other tables, as illustrated in the screenshot.

quantumudit_0-1725983144992.png

Here is the Power BI file for your reference: Power BI File (This link will expire on 12th Sept 2023) 

 

Best Regards,
Udit

If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly.
Appreciate your Kudo 👍

🚀 Let's Connect: LinkedIn || YouTube || Medium || GitHub
Visit My Linktree: LinkTree

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!

September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 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.