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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
Johan
Advocate II
Advocate II

Reference query accesses the source twice

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

1 ACCEPTED SOLUTION
v-huizhn-msft
Microsoft Employee
Microsoft Employee

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. 

1.PNG

And there is a similar thread for reference.

Best Regards,
Angelia

View solution in original post

3 REPLIES 3
Mikey2020
Regular Visitor

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.

v-huizhn-msft
Microsoft Employee
Microsoft Employee

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. 

1.PNG

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.

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors