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!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register 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".
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 16 | |
| 12 | |
| 10 | |
| 7 | |
| 6 |