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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
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
Solved! Go to Solution.
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
Proud to be a Datanaut!
@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
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
@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
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
Doh, thanks to both of you.
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
Proud to be a Datanaut!