Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. 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".
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
9 | |
9 | |
8 | |
6 | |
6 |