Exam DP-600 All QuestionsBrowse all questions from this exam
Question 28

You have a Fabric tenant that contains a warehouse. The warehouse uses row-level security (RLS).

You create a Direct Lake semantic model that uses the Delta tables and RLS of the warehouse.

When users interact with a report built from the model, which mode will be used by the DAX queries?

    Correct Answer: A

    When users interact with a report built from a Direct Lake semantic model that uses the Delta tables and RLS of the warehouse, the DAX queries will use the DirectQuery mode. This is because, in Fabric, row-level security (RLS) is enforced at the query level and requires DirectQuery to ensure the appropriate data is accessed dynamically from the warehouse for each user.

Discussion
wojciech_wieOption: A

A. Direct Query "Row-level security only applies to queries on a Warehouse or SQL analytics endpoint in Fabric. Power BI queries on a warehouse in Direct Lake mode will fall back to Direct Query mode to abide by row-level security." https://learn.microsoft.com/en-us/fabric/data-warehouse/row-level-security

EstratechOption: C

Direct lake . When users interact with a report built from a Direct Lake semantic model that uses Delta tables and RLS of the warehouse, the DAX queries will operate in Direct Lake mode. This mode is specifically designed for analyzing large data volumes in Power BI and is based on loading parquet-formatted files directly from a data lake without querying a Lakehouse or Warehouse endpoint. Unlike DirectQuery, there is no translation from DAX to other query languages, and it does not execute queries on other database systems. This results in performance similar to import mode, with the added benefit of picking up any changes at the data source as they occur12. Direct Lake mode supports row-level security (RLS), ensuring that users only see the data they have permission to view. It combines the advantages of both DirectQuery and import modes while avoiding their disadvantages, making it an ideal choice for very large models and models with frequent updates at the data source2.

Jons123sonOption: C

C. https://learn.microsoft.com/en-us/fabric/get-started/direct-lake-overview "Before using Direct Lake, you must provision a lakehouse (or a warehouse) with one or more Delta tables in a workspace...Direct Lake also supports row-level security and object-level security so users" And it is Fabric exam, so the obvious correct answers is a Fabric feature.

DilaniIOption: A

Both DirectQuery and DirectLake support RLS.The key word here is that tenant already had a Semantic Warehouse built.To query that one you need to use DirectQuery.Therefore the answer is A.But for the real user they can use DirectLake as well hear sinc eboth of them support RLS.Answer is A for this question.Thank you.

c58ebdaOption: A

A. https://fabric.guru/power-bi-direct-lake-mode-frequently-asked-questions

XiltroXOption: A

What the heck is "Import" in DAX? Its DirectQuery only.

BDaly

Probably a reference to table types in PBI where import is commonly used

MomoanwarOption: A

Dax and fallback its direct query

b65eccaOption: A

Because it says "RLS of the warehouse" I'd be more likely to go for DirectQuery than Direct Lake

LeeAspiringOption: A

A. Direct lake - Row-level security only applies to queries on a Warehouse or SQL analytics endpoint in Fabric. Power BI queries on a warehouse in Direct Lake mode will fall back to Direct Query mode to abide by row-level security.

SharkySharkOption: A

Its A. Based on https://learn.microsoft.com/en-us/fabric/data-warehouse/row-level-security

Beejay69Option: D

Selected Answer: D D. https://learn.microsoft.com/en-us/fabric/get-started/direct-lake-overview On the other hand, with import mode, performance can be better because the data is cached and optimized for DAX and MDX report queries without having to translate and pass SQL or other types of queries to the data source.

DarioReymagoOption: C

c in my opinion

282b85dOption: C

Direct Lake mode is a new feature in Power BI that allows direct querying of Delta tables in a data lake without the need to import data into the Power BI model. This mode "combines" the advantages of DirectQuery and Import modes, providing real-time access to data while leveraging the performance benefits of in-memory caching for certain queries.

David_WebbOption: A

While Direct Lake mode doesn't query the SQL endpoint when loading data directly from OneLake, it's required when a Direct Lake model must seamlessly fall back to DirectQuery mode, such as when the data source uses specific features like advanced security or views that can't be read through Direct Lake.

Murtaza_007Option: C

ChatGPT says the answer is C- Direct Lake

NefirsOption: A

A if the semantic model has direct lake connection to the source, then the report connecting to this semantic model has direct query.

a_51Option: A

A as has been shared before https://learn.microsoft.com/en-us/fabric/data-warehouse/row-level-security

a_51

Power BI queries on a warehouse in Direct Lake mode will fall back to Direct Query mode to abide by row-level security.