
Answer-first summary for fast verification
Answer: From Model, configure the Direct Lake Behavior option.
The correct option is D. The Direct Lake Behavior property can be configured to ensure that queries always use Direct Lake mode. By setting the DirectLakeBehavior option to 'Direct Lake only', you disable the fallback to DirectQuery mode and ensure all interactions with reports based on Model1 use Direct Lake mode. This can be done via Tabular Object Model (TOM) or Tabular Model Scripting Language (TMSL). The other options listed do not specifically ensure the use of Direct Lake mode for queries.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
You are working with a custom Direct Lake semantic model named Model1, which contains one billion rows of data. To manage and configure Model1, you use Tabular Editor to connect to the model through the XMLA endpoint. Your goal is to ensure that all user interactions with reports based on Model1 consistently utilize Direct Lake mode for their queries. What steps should you take to achieve this requirement?
A
From Model, configure the Default Mode option.
B
From Partitions, configure the Mode option.
C
From Model, configure the Storage Location option.
D
From Model, configure the Direct Lake Behavior option.
No comments yet.