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!The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live now!
Hi community,
I’m looking to change the source of an already built report from dataflow to server.
I tried on settings > Option but it just won’t let me change.
Can anyone help me on advanced query?
let
Source = Sql.Database("ServerName", "DataBaseName"),
dbo_V_Table name = Source{[Schema="dbo",Item="TableName "]}[Data]
in
dbo_V_Table
“
let
Source = PowerBI.Dataflows([]),
#" workspaceIdNumber= Source{[workspaceId=" workspaceIdNumber "]}[Data],
#" dataflowIdNumber = #" workspaceIdNumber "{[dataflowId=" dataflowIdNumber "]}[Data],
Table1 = #" dataflowIdNumber "{[entity="Table"]}[Data],
#"Filtered Rows" = Table.SelectRows(Table1, each true),
….
In
#"Filtered Rows3"
Solved! Go to Solution.
Thank you @Anonymous but I have already solved the issue. I have to change "Table1" to "dbo_table".
Thank you @Anonymous but I have already solved the issue. I have to change "Table1" to "dbo_table".
The Power BI Data Visualization World Championships is back! It's time to submit your entry.
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 16 | |
| 14 | |
| 9 | |
| 8 | |
| 7 |