Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi all,
Summary:
I am struggling with efficiently joining these two tables together.
I've merged Table one with Table two about 5 times within Power Query, and it's causing the dataset to time out when refreshing from the SQL database.
Example Data:
Table on the left (Table 1) is the report data, Table on the right (Table 2) is the User table.
Table 1 has around 30 columns with 5 of them (Displayed) linking to the User table.
Desired Result:
For my report I want to replace the ID's with the matching Names, and additionally be able to filter on the User's Classification for CreatedBy and ActionedBy.
Additional Information:
Previously attempted to use measures to replace the values, but wasn't sure if that was efficient considering the amount of data.
Also want to be able to filter from the User table.
Appreciate any help on this!
@Anonymous , One of the ways is to have 5 copies of this table and join them in the model with each column.
Another way is to have inactive join and use userelationship
But I think you need the first option
So 5 copies of the User table, linking each one to the relevant column?
Is that not the same load on the refresh since it's loading the User table 5 times for each row?
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 98 | |
| 72 | |
| 50 | |
| 48 | |
| 42 |