The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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?