Forum Discussion
Emrecan
Helper I
4 years agoReassigining columm values from another table /Merge, lookup or relations ?
Hello PBI community We have encountered a performance challange while converting one of our Excel reports to Powerbi. We have two tables sourced from salesforce and Oracle database (Thru a quer...
- 4 years ago
Hi Emrecan,
Have you tried to have the join done in SQL?
i.e. write the SQL, do the join in "WHERE"
This should help avoid calculations done in Power BI.
Regards
KT
Emrecan
Helper I
4 years agoHello KT_Bsmart2gethe
sadly the salesforce table is currently unavailable on oracleDB and it is obtained using powerquerry connection as such we cant join the tables in SQL.Another team is currenctly trying to deposit salesforce data in oracle but we have no access to their progress
- KT_Bsmart2gethe4 years ago
Impactful Individual
If that's the case, maybe you can add Table.Buffer() to the reference table.