user14044496
user14044496

Reputation: 1

SSAS tabular project does not show query mode options

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

Answers (1)

CHEEKATLAPRADEEP
CHEEKATLAPRADEEP

Reputation: 12773

To enable DirectQuery:

In Visual Studio, in the Properties pane for the Model.bim file, change the property, DirectQuery Mode, to On.

enter image description here

Reference: Enable DirectQuery mode in Visual Studio

Upvotes: 1

Related Questions