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,
I have implemented incremental refresh where data model uses a complex query (not table) to refresh. parameters are being used within the query so that it can take configured values as per settings.
When I am checking query in Power BI Query Editor, Edit Setting button ( Gear button) next to 'Source' under 'Applied Steps' is not at all visible.
1. Any clue why it is so?
2. What is alternate way to see/copy/check SQL query instead of M code window?
Solved! Go to Solution.
When using incremental refresh in Power BI with complex queries and parameters, you might run into situations where the Edit Settings button is not visible. This can happen for several reasons:
Direct Query or Parameterized Queries:
Complex M Queries:
Permission Issues:
If the Edit Settings button is not available, you can use the following methods to view or copy your SQL queries:
Open Advanced Editor:
View M Code:
SQL Profiler (For SQL Server):
Database Trace:
When using incremental refresh in Power BI with complex queries and parameters, you might run into situations where the Edit Settings button is not visible. This can happen for several reasons:
Direct Query or Parameterized Queries:
Complex M Queries:
Permission Issues:
If the Edit Settings button is not available, you can use the following methods to view or copy your SQL queries:
Open Advanced Editor:
View M Code:
SQL Profiler (For SQL Server):
Database Trace: