Reputation: 1
I am working on a SSAS tabular model project in VS 2019 and deploying to a Azure Analysis Server. But I am not able to see the query mode option under deployment properties, can anybody help ? enter image description here TIA.
Upvotes: 0
Views: 995
Reputation: 12773
To enable DirectQuery:
In Visual Studio, in the Properties pane for the Model.bim file, change the property, DirectQuery Mode, to On.
Reference: Enable DirectQuery mode in Visual Studio
Upvotes: 1