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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
SMid
Frequent Visitor

Native query greyed out

Hi all,

 

I am trying to fold my queries, but the View Native Query option is always greyed out, even at source. I am only connecting to SQL server, and not using the SQL statement box in the advanced options as mentioned in this thread: https://community.powerbi.com/t5/Power-Query/View-Native-Query-always-disabled/td-p/1305544 . Still the View Native Query option remains greyed out. I'm not sure why this would be the case?

 

Don't know if it helps, but these are the steps shown in advanced editor:

 

let
Source = Sql.Database("server", "database"),
#"dbo_Strong DE$Customer Backconditions" = Source{[Schema="dbo",Item="Table"]}[Data]
in
#"dbo_Strong DE$Customer Backconditions"

 

Thanks!

 

Kind Regards,

 

Smid

2 ACCEPTED SOLUTIONS
BA_Pete
Super User
Super User

Hi @SMid ,

 

Silly question, but have you checked that your Navigation step has a Native Query?

The source step will never have a Native Query as it doesn't form a complete SELECT statement, but you should have it from Navigation onwards.

 

Pete



Now accepting Kudos! If my post helped you, why not give it a thumbs-up?

Proud to be a Datanaut!




View solution in original post

Fowmy
Super User
Super User

@SMid 

If you check on the Source Step, it always shows greyed out but query folds, check on the 2ns step where you navigate to a table

Fowmy_0-1635170278519.png

 

Did I answer your question? Mark my post as a solution! and hit thumbs up


Subscribe and learn Power BI from these videos

Website LinkedIn PBI User Group

View solution in original post

3 REPLIES 3
Fowmy
Super User
Super User

@SMid 

If you check on the Source Step, it always shows greyed out but query folds, check on the 2ns step where you navigate to a table

Fowmy_0-1635170278519.png

 

Did I answer your question? Mark my post as a solution! and hit thumbs up


Subscribe and learn Power BI from these videos

Website LinkedIn PBI User Group

SMid
Frequent Visitor

Doh, thanks to both of you.

BA_Pete
Super User
Super User

Hi @SMid ,

 

Silly question, but have you checked that your Navigation step has a Native Query?

The source step will never have a Native Query as it doesn't form a complete SELECT statement, but you should have it from Navigation onwards.

 

Pete



Now accepting Kudos! If my post helped you, why not give it a thumbs-up?

Proud to be a Datanaut!




Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 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 Kudoed Authors