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
It is possible to adjust the data source of a power BI report from any level higher than Power BI Desktop? Can I change the source from when a report is published or published to web? Is there any way to adjust what data source my report pulls from based on some parameters when the report is opened, either on app.powerbi or on publish to web?
Thanks
Jethin
Solved! Go to Solution.
Hi @jgowda,
Based on my test, We cannot change data source of a report from Power BI service. Here we can use parameter to change data source.
Then we can get data using the Parameter that we created. In power query we can get different data of different data sources by changing the Current value.For more details, please check the online document.
Here is the M code for your reference.
let
Source = Sql.Databases(Parameter1),
Power_BI_Test = Source{[Name="databasename"]}[Data],
dbo_Financial_1 = databasename {[Schema="dbo",Item="Financial_1"]}[Data]
in
dbo_Financial_1
Regards,
Frank
Hi @jgowda,
Does that make sense? If so, kindly mark my answer as a solution to close the case.
Regards,
Frank
Hi @jgowda,
Based on my test, We cannot change data source of a report from Power BI service. Here we can use parameter to change data source.
Then we can get data using the Parameter that we created. In power query we can get different data of different data sources by changing the Current value.For more details, please check the online document.
Here is the M code for your reference.
let
Source = Sql.Databases(Parameter1),
Power_BI_Test = Source{[Name="databasename"]}[Data],
dbo_Financial_1 = databasename {[Schema="dbo",Item="Financial_1"]}[Data]
in
dbo_Financial_1
Regards,
Frank
Hi @jgowda,
Does that make sense? If so, kindly mark my answer as a solution to close the case.
Regards,
Frank
It is possible to adjust the data source of a power BI report from any level higher than Power BI Desktop? Can I change the source from when a report is published or published to web? Is there any way to adjust what data source my report pulls from based on some parameters when the report is opened, either on app.powerbi or on publish to web?
Thanks
Jethin
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 |
|---|---|
| 48 | |
| 40 | |
| 38 | |
| 20 | |
| 17 |
| User | Count |
|---|---|
| 68 | |
| 65 | |
| 30 | |
| 26 | |
| 25 |