Forum Discussion
Anonymous
7 years agoNot applicable
direct query
The data is fetched from SQL server via direct query still the first line of "source" shows this message "This step results in a query that is not supported in DirectQuery mode(switch all ta...
Greg_Deckler
7 years agoCommunity Champion
Can you click on your query and then click Advanced Editor and copy and paste the text here? Is this the only Direct Query mode query in your file? Are you using composite models?
- Anonymous7 years agoNot applicable
Thanks, for your reply.We have taken the data only through direct query and its not a composite model.
here's the advanced editor code
let
Source = Sql.Database("machine-54", "AdventureWorksDW2014"),
dbo_DimCurrency = Source{[Schema="dbo",Item="DimCurrency"]}[Data]
in
dbo_DimCurrency