{"id":16977,"date":"2026-09-21T05:43:38","date_gmt":"2026-09-21T05:43:38","guid":{"rendered":"https:\/\/www.examlabs.com\/certification\/?p=16977"},"modified":"2026-09-21T05:43:38","modified_gmt":"2026-09-21T05:43:38","slug":"microsoft-dp-600-practice-test-questions-and-exam-dumps-part19-q361-380","status":"publish","type":"post","link":"https:\/\/www.examlabs.com\/certification\/microsoft-dp-600-practice-test-questions-and-exam-dumps-part19-q361-380\/","title":{"rendered":"Microsoft DP-600 Practice Test Questions and Exam Dumps Part19 Q361-380"},"content":{"rendered":"<h2><b>View Full <\/b><a href=\"https:\/\/www.examlabs.com\/dp-600-exam-dumps\"><b>Microsoft DP-600 Exam Dumps<\/b><\/a><b> and Practice Test Dumps.<\/b><\/h2>\n<p>&nbsp;<\/p>\n<h3><b>Question 361<\/b><\/h3>\n<p><b>Which DAX function preserves existing filters on a column while adding a new filter condition?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">KEEPFILTERS<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">ALL<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">REMOVEFILTERS<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">DISTINCT<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">KEEPFILTERS modifies how filters are applied within functions such as CALCULATE. Instead of replacing an existing filter on the same column or table, it preserves the existing filter context and intersects it with the new filter. This is useful when a calculation should become more restrictive without removing selections already applied by a report or visual. ALL and REMOVEFILTERS remove filters, while DISTINCT returns unique values. Therefore, KEEPFILTERS is the appropriate DAX function when existing filters need to remain active while an additional restriction is applied.<\/span><\/p>\n<h3><b>Question 362<\/b><\/h3>\n<p><b>Which Fabric storage mode is designed to provide direct access to Delta tables in a lakehouse without requiring traditional import into the semantic model?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Import<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">DirectQuery<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Direct Lake<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Dual<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 3<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Direct Lake is a semantic-model storage mode designed for working directly with Delta-formatted data stored in OneLake. Instead of following the traditional import process, the semantic model can access the lake data directly, helping provide low-latency analytical experiences while avoiding unnecessary duplication of the underlying data. Import mode loads data into the model, whereas DirectQuery sends queries to the source system. Dual is associated with composite modeling behavior. Therefore, Direct Lake is the storage mode specifically designed for direct analytical access to lakehouse Delta tables.<\/span><\/p>\n<h3><b>Question 363<\/b><\/h3>\n<p><b>A report contains a measure that should return the currently selected product when exactly one product is selected. Which DAX function is suitable?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">VALUES<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">SELECTEDVALUE<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">HASONEVALUE<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">DISTINCTCOUNT<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">SELECTEDVALUE returns the value of a column when the current context contains exactly one distinct value. It can also return an alternate result when zero or multiple values are present. This makes it particularly useful for dynamic titles, labels, and measures that need to display the currently selected product, region, or category. HASONEVALUE only tests whether one distinct value exists, while VALUES returns a table and DISTINCTCOUNT returns a count. Therefore, SELECTEDVALUE is the most direct choice for retrieving one selected product.<\/span><\/p>\n<h3><b>Question 364<\/b><\/h3>\n<p><b>Which Fabric feature provides a centralized place to discover and explore data items available across an organization&#8217;s Fabric environment?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">OneLake catalog<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Power Query editor<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">DAX query view<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Selection pane<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">OneLake catalog provides a centralized discovery experience for finding and exploring data and analytics items within Microsoft Fabric. It can help users locate relevant data assets, understand available content, and work with governed organizational data. Power Query editor is used for data transformation, DAX query view is focused on querying semantic models, and Selection pane manages report visual visibility and ordering. Therefore, OneLake catalog is the appropriate feature when the requirement is to discover and explore available Fabric data assets from a centralized location.<\/span><\/p>\n<h3><b>Question 365<\/b><\/h3>\n<p><b>Which DAX function returns a table containing all rows from a specified table while removing filters from that table?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">FILTER<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">ALL<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">VALUES<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">SELECTCOLUMNS<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">ALL can remove filters from a specified table or column and return the resulting table or column values. It is frequently used in DAX calculations that need to compare the current filtered result with an unrestricted total. For example, a percentage-of-total calculation can use ALL to remove a product filter from the denominator. FILTER applies conditions to create a subset, VALUES returns distinct values, and SELECTCOLUMNS creates a table containing selected or calculated columns. Therefore, ALL is appropriate when filters need to be removed from the specified table.<\/span><\/p>\n<h3><b>Question 366<\/b><\/h3>\n<p><b>A semantic model contains two possible paths between tables, causing ambiguous filtering. Which modeling change can help resolve the ambiguity?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Add more bidirectional relationships<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Remove or redesign the unnecessary relationship path<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Convert every dimension into a fact table<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Duplicate every measure<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Ambiguous filter paths occur when multiple relationship routes can propagate filters between tables. This can produce unexpected results and make model behavior difficult to understand. A common solution is to remove an unnecessary relationship or redesign the model so that filtering follows a clear and intentional path. Adding more bidirectional relationships generally increases complexity rather than solving it. Converting dimensions into facts or duplicating measures does not address the underlying relationship ambiguity. Therefore, removing or redesigning the unnecessary relationship path is an appropriate modeling solution.<\/span><\/p>\n<h3><b>Question 367<\/b><\/h3>\n<p><b>Which KQL operator creates a new calculated column without removing the existing columns from the result?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">project<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">extend<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">where<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">summarize<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">The KQL extend operator creates calculated columns and keeps the existing columns in the query result unless explicitly changed later. It is useful when additional values need to be derived from existing fields, such as calculating duration, categorizing events, or generating a transformed value. The project operator controls which columns are returned, where filters records, and summarize performs aggregation. Therefore, extend is the appropriate KQL operator when a calculated column should be added while retaining the existing fields.<\/span><\/p>\n<h3><b>Question 368<\/b><\/h3>\n<p><b>Which Fabric capability allows a data engineer to copy data from a source system into a Fabric destination as part of an orchestrated workflow?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Copy activity<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Display folder<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Perspective<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Hierarchy<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Copy activity is used within Fabric data pipelines to move data from supported source systems to destination locations. It can be configured with connection information, source and destination settings, mappings, and other options required for data movement. Because it can be included as part of a pipeline, it also supports broader orchestration scenarios. Display folders, perspectives, and hierarchies are semantic-model organization features rather than data-movement mechanisms. Therefore, Copy activity is the appropriate capability when data needs to be transferred as part of a pipeline workflow.<\/span><\/p>\n<h3><b>Question 369<\/b><\/h3>\n<p><b>Which DAX function evaluates an expression for each row of a table and returns the sum of the resulting values?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">SUM<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">SUMX<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">COUNT<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">MAXX<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">SUMX is an iterator function that evaluates an expression separately for every row in a specified table and then adds the resulting values together. It is especially useful when the value to be aggregated is calculated rather than stored directly in a single column. For example, SUMX can calculate quantity multiplied by unit price for each sales row and then total those calculated amounts. SUM aggregates an existing column, COUNT counts values, and MAXX returns the largest calculated result. Therefore, SUMX is the appropriate function.<\/span><\/p>\n<h3><b>Question 370<\/b><\/h3>\n<p><b>Which Fabric item is primarily intended for relational SQL analytics and can provide a SQL-based analytical endpoint for structured data?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Eventstream<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Warehouse<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Notebook<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Dataflow Gen2<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">A Fabric Warehouse is designed for relational analytical workloads using SQL. It provides a structured environment for storing and querying analytical data and can support objects such as tables and views. This makes it appropriate for organizations that require SQL-based reporting, analytics, and data warehousing capabilities. Eventstream is focused on streaming data, Notebooks support code-based processing and analysis, and Dataflow Gen2 provides data transformation and integration. Therefore, Warehouse is the appropriate Fabric item when the primary requirement is relational SQL analytics.<\/span><\/p>\n<h3><b>Question 371<\/b><\/h3>\n<p><b>Which DAX function can return an alternate expression when the first expression evaluates to BLANK?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">COALESCE<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">ISBLANK<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">IF<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">BLANK<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">COALESCE evaluates multiple expressions and returns the first expression that is not BLANK. It is useful when a calculation should provide a fallback value if the preferred result is missing. For example, a measure can return an alternative metric or default value when its primary calculation produces BLANK. ISBLANK checks whether an expression is blank, while IF performs conditional logic and BLANK explicitly produces a blank result. Therefore, COALESCE is a convenient choice for handling blank results through fallback expressions.<\/span><\/p>\n<h3><b>Question 372<\/b><\/h3>\n<p><b>Which Power Query operation combines rows from two queries that have compatible column structures?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Merge Queries<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Append Queries<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Group By<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Pivot Column<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Append Queries combines rows from two or more queries into a single result. It is appropriate when datasets have compatible structures and represent similar types of records, such as monthly sales files that need to become one consolidated table. Merge Queries performs a join between queries based on matching columns, while Group By creates aggregations and Pivot Column reshapes data. Therefore, Append Queries is the appropriate operation when the objective is to stack compatible rows from multiple queries into one dataset.<\/span><\/p>\n<h3><b>Question 373<\/b><\/h3>\n<p><b>Which DAX function can return a table with selected columns added as calculated expressions?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">ADDCOLUMNS<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">COUNTROWS<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">CALCULATE<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">DIVIDE<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">ADDCOLUMNS returns a table with one or more calculated columns added to an existing table expression. Each added column is defined by an expression that is evaluated in the context of the current row. This makes ADDCOLUMNS useful for advanced DAX calculations where a temporary table needs additional calculated information. COUNTROWS returns a scalar row count, CALCULATE evaluates a scalar expression under modified filter context, and DIVIDE performs division. Therefore, ADDCOLUMNS is the appropriate function when calculated columns need to be added to a table expression.<\/span><\/p>\n<h3><b>Question 374<\/b><\/h3>\n<p><b>A company wants to move a Fabric solution from a development workspace into a test workspace using a controlled promotion process. Which feature is designed for this purpose?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">OneLake shortcut<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Deployment pipeline<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Eventstream<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Data category<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Deployment pipelines are designed to promote supported Fabric and Power BI content through development, test, and production stages. They help teams manage controlled movement of analytical items between environments and reduce the need to manually recreate content. OneLake shortcuts provide access to data stored elsewhere, Eventstream supports real-time data ingestion and processing, and data categories provide semantic metadata. Therefore, Deployment pipeline is the appropriate feature when a Fabric solution needs to move through controlled development and testing stages.<\/span><\/p>\n<h3><b>Question 375<\/b><\/h3>\n<p><b>Which DAX function checks whether the current context contains exactly one distinct value for a column?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">SELECTEDVALUE<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">HASONEVALUE<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">VALUES<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">DISTINCTCOUNT<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">HASONEVALUE returns TRUE when the current filter context contains exactly one distinct value for the specified column. It is commonly used when a measure should behave differently depending on whether the user has selected a single category, customer, or other dimension value. SELECTEDVALUE can retrieve that single value but is intended for returning the value itself. VALUES returns a table of values, while DISTINCTCOUNT returns the number of distinct values. Therefore, HASONEVALUE is the direct function for testing whether exactly one distinct value exists.<\/span><\/p>\n<h3><b>Question 376<\/b><\/h3>\n<p><b>Which Power Query feature is useful for identifying the percentage of valid, error, and empty values in a column during data preparation?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Column quality<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Column distribution<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Data category<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Sort by Column<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Column quality provides a quick assessment of values within a Power Query column, including information about valid values, errors, and empty values. This is useful during data preparation because it can reveal quality problems before the data is loaded into a semantic model or other destination. Column distribution focuses on the frequency and distribution of values, while data category supplies semantic classification and Sort by Column controls ordering in a model. Therefore, Column quality is the appropriate feature for assessing valid, error, and empty values.<\/span><\/p>\n<h3><b>Question 377<\/b><\/h3>\n<p><b>Which relationship design is commonly used when multiple fact records can correspond to one dimension record?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Many-to-many<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">One-to-one<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Many-to-one<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">One-to-zero<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 3<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">A many-to-one relationship is commonly used between a fact table and a dimension table. Multiple fact rows, such as individual sales transactions, can reference the same dimension row, such as one product or customer. The dimension side contains unique keys, while the fact side can contain repeated foreign-key values. Many-to-many relationships are used for different modeling requirements and can introduce additional complexity. One-to-one relationships are less common in standard star schemas. Therefore, many-to-one is the typical relationship pattern between fact and dimension data.<\/span><\/p>\n<h3><b>Question 378<\/b><\/h3>\n<p><b>Which KQL operator controls which columns are returned in the final query result?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">project<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">where<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">extend<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">count<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">The KQL project operator specifies which columns should appear in the query output and can also create renamed or calculated columns in the projection. It is useful for reducing unnecessary fields and presenting a focused result set. The where operator filters rows, extend adds calculated columns while retaining existing data, and count returns a row count. Therefore, project is the appropriate KQL operator when the objective is to control the columns included in the final query result.<\/span><\/p>\n<h3><b>Question 379<\/b><\/h3>\n<p><b>Which semantic-model feature allows a report developer to expose different sets of fields for different analytical audiences without creating separate models?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Perspectives<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Bookmarks<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Slicers<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Tooltips<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Perspectives provide customized views of a semantic model by exposing selected tables, columns, and measures for particular analytical audiences. They can simplify the experience for users who do not need to see every object in a large model. A single underlying semantic model can therefore support different perspectives for different business groups. Bookmarks save report states, slicers filter report data, and tooltips provide contextual information when users interact with visuals. Therefore, Perspectives are appropriate when different audiences need simplified model views.<\/span><\/p>\n<h3><b>Question 380<\/b><\/h3>\n<p><b>Which Fabric capability can create a reusable transformation process that can load data into supported destinations without requiring a full notebook-based solution?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Dataflow Gen2<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Eventhouse<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Semantic model<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Report bookmark<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Dataflow Gen2 provides a low-code data transformation experience based on Power Query and can be used to prepare and load data into supported Fabric destinations. It is useful when organizations need repeatable transformation logic without implementing the entire process through custom code in a notebook. Eventhouse is intended for real-time analytical workloads, semantic models provide analytical modeling, and bookmarks preserve report states. Therefore, Dataflow Gen2 is the appropriate capability for creating reusable, low-code data transformation and loading processes.<\/span><\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>View Full Microsoft DP-600 Exam Dumps and Practice Test Dumps. &nbsp; Question 361 Which DAX function preserves existing filters on a column while adding a new filter condition? KEEPFILTERS ALL REMOVEFILTERS DISTINCT Correct Answer: 1 Explanation KEEPFILTERS modifies how filters are applied within functions such as CALCULATE. Instead of replacing an existing filter on the [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":[],"categories":[1648,1647],"tags":[],"_links":{"self":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/16977"}],"collection":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/comments?post=16977"}],"version-history":[{"count":1,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/16977\/revisions"}],"predecessor-version":[{"id":16978,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/16977\/revisions\/16978"}],"wp:attachment":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/media?parent=16977"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/categories?post=16977"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/tags?post=16977"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}