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,
When I user 'reference' in the query editor, it should load from the initial (referenced) query. But PBI seems to access the source database again.
How can I load from the previously loaded table, instead of having to access the source again?
Thanks,
Johan
Solved! Go to Solution.
Hi @Johan,
What database do you use? I get data from SQL Server database, I can reproduce your scenario, reference still access database again, which is designed by Power BI.
Please add Table.Buffer in your original Query, when you refresh your reference, which wouldn't access the database again based on my test.
And there is a similar thread for reference.
Best Regards,
Angelia
I am connecting to Oracle Database; facing same issue. Reference refreshes twice instead of pulling the data from main table. Defeats the purpose of reference .
Anyone done in Oracle like for SQLServer?
Any leads is appreciated.
Hi @Johan,
What database do you use? I get data from SQL Server database, I can reproduce your scenario, reference still access database again, which is designed by Power BI.
Please add Table.Buffer in your original Query, when you refresh your reference, which wouldn't access the database again based on my test.
And there is a similar thread for reference.
Best Regards,
Angelia
Thanks for you help.
The thread you were referring to describes it well. Apparantly it depends on the caching of the initial query.
I think the table.buffer (or list.buffer) only works within 1 query.