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

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
andrearossi
New Member

PowerQuery: refresh data for user without it installed

I have created a file with a query with PowerQuery.

 

When I give the file to a user that hasn't installed PQ and he refreshes the data he gets and error!

 

Is it possibile for the user to refresh the data?

2 REPLIES 2
Anonymous
Not applicable

If the error is credential/autentication related try going to the existing connections option on the traditional data tab in the standard Excel ribbon, naviagte to the properties of the relevant connection and setting the desired credentials or authentication method under the definiton tab.

 

I.e. if you are connecting to something like an on prem SQL DB you would need to key credentials here (or define that you want to use windows authentication).

Ok, your advice is pertinent... excuse me probably I've been too generic ...

 

The real problem,  I think, relies on the fact that the query that I have written is correctly executed by PowerQuery but not from OLE DB sql server connectiion...

 

The query is like:

SELECT *
into #B 

from A

 

The problem seems to be in the using of #temp table, because if i use the simple select it works!

 

Otherwise I get the error

(my traduction from italian 😞 )

"Data initialization failed.
Check database server or call the database administrator. Check the external database is available" 

 

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

Fabric Community Sticker Design Challenge Barcelona Carousel

Fabric Community Sticker Challenge - Barcelona 2026

If you love stickers, then you will definitely want to check out our community sticker challenge, Barcelona edition!

July Power BI Update Carousel

Power BI Monthly Update - July 2026

Check out the July 2026 Power BI update to learn about new features.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Top Solution Authors