Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by watching the DP-600 session on-demand now through April 28th.
Learn moreJoin the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now
Is it possible to change SQL statement of the dataset via API call?
My Scenario: I have data in multiple tables in SQL Server. I have created a SQL query with joins to fetch the required data. I created a SQL server dataset by providing that query in the SQL Statement section and published it on the Power BI workspace. Now, I want to modify that SQL Statment programmatically.
Any pointer or help is much appreciated.
Solved! Go to Solution.
Hi @pratikthakor,
>>"use query parameter with t-sql query as optional parameter in sql connector", is there any tutorial or document there to show steps on how to achieve it?
Sure, below is a simple sample, you can test on it.
let
tsql=queryparameter,//query parameter is your t-sql string parameter
Source= Sql.Database("ServerName", "databaseName", [Query=tsql])
in
Source
Reference link:
Regards,
Xiaoxin Sheng
Hi @pratikthakor,
Yes, it is possible to use query parameter with t-sql query as optional parameter in sql connector.
AFAIK, current power bi not support dynamic table structure.(column amount, column name)
So if you change sql query on service side, you need to confirm result table has same structure, otherwise it will return error when refresh data.
Regards,
Xiaoxin Sheng
How can I, "use query parameter with t-sql query as optional parameter in sql connector", is there any tutorial or document there to show steps on how to achieve it?
Hi @pratikthakor,
>>"use query parameter with t-sql query as optional parameter in sql connector", is there any tutorial or document there to show steps on how to achieve it?
Sure, below is a simple sample, you can test on it.
let
tsql=queryparameter,//query parameter is your t-sql string parameter
Source= Sql.Database("ServerName", "databaseName", [Query=tsql])
in
Source
Reference link:
Regards,
Xiaoxin Sheng
Check out the April 2026 Power BI update to learn about new features.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 9 | |
| 8 | |
| 8 | |
| 8 | |
| 7 |