Forum Discussion
Winnie2024
2 years agoNew Member
Dynamic source data for dataflow
In my case, I want to load data into Fabric data flow.Suppose the dynamic table name can be get from one metadata table. Here is my M language code: --First get the table name Source = Lakeh...
- 2 years ago
It worked. Thanks you for your help.
miguel
2 years agoCommunity Admin
Could you please share the full query that you have for your "get table name" query? It should yield a single scalar value. Basically a text string. If it doesn't, that's what's causing the issue in the subsequent query.
Winnie2024
2 years agoNew Member
It worked. Thanks you for your help.