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

Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM. Register now.

Reply
adamh1
Frequent Visitor

Refresh Native Query

Hi Guys - Happy New Year

I'm connecting Desktop to  a SQL database 

have set up a number of queries to import data into desktop - the queries include some T-SQL example below

each time teh data is refreshed I'm prompted to authorise the refresh of  each Native QUERY" manually

is there any way to automate this ?

 

= Sql.Database("XX.XXX.XX.XX", "Database",(Query=Select SE_Start_Date, Service_ENC_REC_ID,DIM.Diagnosis

#(If) #(If) WHERE

SE_Start_Date>= ' "&Startdate&" '

#(If) And

SE_Start_Date<= ' "&Enddate&" '

" ])

 

have already tried changing the last line to  

" , CreateNavigationProprerties=false])           but this has no impact

 

Many thanks in advance Adam

1 REPLY 1
DataInsights
Super User
Super User

@adamh1,

 

Go to File --> Options and settings --> Options --> Global --> Security, and uncheck "Require user approval for new native database queries".

 

DataInsights_0-1610381080276.png

 





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.