You have a Fabric tenant that contains a semantic model. You need to modify object-level security (OLS) for the model. What should you use?
Answer(s): D
Microsoft Fabric Security, Object-level security (OLS)To create roles on Power BI Desktop semantic models, use external tools such as Tabular Editor. Configure object-level security using tabular editorIn Power BI Desktop, create the model and roles that will define your OLS rules.On the External Tools ribbon, select Tabular Editor. If you don’t see the Tabular Editor button, install the program. When open, Tabular Editor will automatically connect to your model.In the Model view, select the drop-down menu under Roles. The roles you created in step one will appear.Select the role you want to enable an OLS definition for, and expand the Table Permissions.Set the permissions for the table or column to None or Read.After you define object-level security for the roles, save your changes. Screenshot of saving role definitions.In Power BI Desktop, publish your semantic model to the Power BI Service.8. In the Power BI Service, navigate to the Security page by selecting the more options menu on the semantic model, and assign members or groups to their appropriate roles.
https://learn.microsoft.com/en-us/fabric/security/service-admin-object-level-security
HOTSPOT (Drag and Drop is not supported)You have a Fabric tenant that contains a workspace named Enterprise. Enterprise contains a semantic model named Model1. Model1 contains a date parameter named Date1 that was created in Power Query.You build a deployment pipeline named Enterprise Data that includes two stages named Development and Test. You assign the Enterprise workspace to the Development stage.You need to perform the following actions:Create a workspace named Enterprise [Test] and assign the workspace to the Test stage. Configure a rule that will modify the value of Date1 when changes are deployed to the Test stage.Which two settings should you use? To answer, select the appropriate settings in the answer area.NOTE: Each correct answer is worth one point.Hot Area:
Answer(s): A
Box 1: Add workspace button (with a +sign)Create a workspace named Enterprise [Test] and assign the workspace to the Test stage.Box 2: Deployment rule [Upper right corner]Configure a rule that will modify the value of Date1 when changes are deployed to the Test stage. In the pipeline stage you want to create a deployment rule for, select Deployment rules
https://learn.microsoft.com/en-us/fabric/cicd/deployment-pipelines/create-rules
You have a Fabric tenant that contains a workspace named Workspace1 and a user named User1. Workspace1 contains a warehouse named DW1.You share DW1 with User1 and assign User1 the default permissions for DW1. What can User1 do?
By default, when a user is granted access to a Microsoft Fabric warehouse (DW1), they receive the Viewerrole. The Viewer role allows users to:Build reports using the default dataset associated with the warehouse.Read data from the dataset but not directly from tables unless explicitly granted additional permissions.
HOTSPOT (Drag and Drop is not supported)You have a Fabric tenant that contains a workspace named Workspace1 and a user named DBUser. Workspace1 contains a lakehouse named Lakehouse1. DBUser does NOT have access to the tenant.You grant DBUser access to Lakehouse1 as shown in the following exhibit.Use the drop-down menus to select the answer choice that completes each statement based on the information presented in the graphic.NOTE: Each correct selection is worth one point.Hot Area:
DBUser can read the data in Lakehouse1 by using the OneLake endpoint.DBUser can query the data in Lakehouse1 by using the OneLake file explorer.DBUser has been granted permission to "Read all Apache Spark" data but not permission to read SQL endpoint data or build reports using the default semantic model.Since SQL endpoint access is not granted, DBUser cannot use TDS (Tabular Data Stream) or SSMS (SQL Server Management Studio) for querying.DBUser can still access OneLake data directly, which is why OneLake endpoint and OneLake file explorer are the correct choices.
DRAG DROP (Drag and Drop is not supported)You have a Fabric workspace named Workspace1.You have three groups named Group1, Group2, and Group3.You need to assign a workspace role to each group. The solution must follow the principle of least privilege and meet the following requirements:Group1 must be able to write data to Workspace1, but be unable to add members to Workspace1. Group2 must be able to configure and maintain the settings of Workspace1.Group3 must be able to write data and add members to Workspace1, but be unable to delete Workspace1.Which workspace role should you assign to each group? To answer, drag the appropriate roles to the correct groups. Each role may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.NOTE: Each correct selection is worth one point.Select and Place:
Group1 (Can write data but cannot add members) → ContributorContributors can write, edit, and manage data, but cannot manage workspace settings or add/remove users.Group2 (Can configure and maintain workspace settings) → AdminAdmins have full control over the workspace, including configuring settings, managing permissions, and maintaining security policies.Group3 (Can write data and add members but cannot delete the workspace) → MemberMembers can add/remove members and write data, but they cannot delete the workspace or configure settings at the admin level.
HOTSPOT (Drag and Drop is not supported)You have a Fabric workspace named Workspace1 that uses the Premium Per User (PPU) license mode and contains a semantic model named Model1.Large semantic model storage format is selected for Model1.You need to ensure that tables imported into Model1 are written automatically to Delta tables in OneLake.What should you do for Model1 and Workspace1? To answer, select the appropriate options in the answer area.NOTE: Each correct selection is worth one point.Hot Area:
Box 1: Enable OneLake integration Model1With Microsoft OneLake integration for semantic models, data imported into model tables can also be automatically written to Delta tables in OneLake. The Delta format is the unified table format across all compute engines in Microsoft Fabric. OneLake integration exports the data with all key performance features enabled to provide more seamless data access with higher performance.Box 2: Change the license mode to Fabric capacity. Workspace1OneLake integration for semantic models is supported on Power BI Premium P and Microsoft Fabric F SKUs only. It's not supported on Power BI Pro, Premium Per User, or Power BI Embedded A/EM SKUs.Before enabling OneLake integration, you must have one or more import semantic models in a workspace on a Power BI Premium or Fabric capacity. Import semantic model is a type of data model where data is fully imported into Power BI's in-memory storage, allowing fast and efficient querying.
https://learn.microsoft.com/en-us/power-bi/enterprise/onelake-integration-overview
You have a Fabric tenant that contains the workspaces shown in the following table.You have a deployment pipeline named Pipeline1 that deploys items from Workspace_DEV to Workspace_TEST. In Pipeline1, all items that have matching names are paired.You deploy the contents of Workspace_DEV to Workspace_TEST by using Pipeline1. What will the contents of Workspace_TEST be once the deployment is complete?
Answer(s): C
Lakehouse1, Notebook1 and Pipeline1 are copied to Workspace_TEST. SemanticModel1 is copied and replaces the old SemanticModel1 in Workspace_TEST.NOTE:In a Fabric deployment pipeline, pipelines, lakehouses, notebooks, and semantic models are copied between workspaces using deployment pipelines. These pipelines leverage a "paired" approach, meaning they establish a link between items of the same name and type in different stages of the deployment process.This process involves assigning a workspace to a specific stage in the pipeline and then either deploying new, unpaired content or pairing existing content. During deployment, the metadata of the reports, dashboards, and semantic models (but not the data itself) is copied to the new workspace. For lakehouses, the entire structure and definitions are copied, and data can be moved using pipelines or dataflows.Incorrect:Not A: Pipeline1 should be in Workspace_TESTIn a Fabric deployment pipeline, the process typically involves copying pipelines (and other content) from thesource workspace to the destination workspace. This "copying" is done during the deployment phase, with Fabric making a copy of the items from the source stage to the target stage, maintaining connections between the copied items. This ensures that the destination workspace has a replica of the source, ready for testing or production.
https://learn.microsoft.com/en-us/fabric/cicd/deployment-pipelines/understand-the-deployment-process
Assigning a user default permission ("Read") to a warehouse in a Fabric workspace enables them to connect to the SQL analytics endpoint, which is the equivalent of CONNECT permissions in SQL Server. However, this permission only allows them to connect; it doesn't grant them the ability to query tables, views, functions, or stored procedures within the warehouse unless they're also given access to those specific objects through T- SQL GRANT statements.In essence, the default "Read" permission provides the necessary connectivity to the warehouse's SQL analytics endpoint, but it does not automatically grant access to the data and objects within the warehouse itself. Further permissions need to be granted through T-SQL or Fabric's workspace roles and item permissions system.NOTE:Default Read Permission:When sharing a warehouse, the default permission assigned to a user is "Read".Connectivity:This "Read" permission allows the user to connect to the SQL analytics endpoint of the warehouse.Limited Object Access:The "Read" permission itself does not grant access to specific objects within the warehouse (tables, views, functions, etc.). To query these objects, the user needs to be granted the appropriate permissions using T-SQL GRANT statements.
https://learn.microsoft.com/en-us/fabric/data-warehouse/share-warehouse-manage-permissions
Share your comments for Microsoft DP-600 exam with other users:
q:32 answer has to be option c
nice questions
i really like the support team in this website. they are fast in communication and very helpful.
a good contemporary exam review
q23, its an array, isnt it? starts with [ and end with ]. its an array of objects, not object.
cool very helpfull
i just passed. this exam dumps is the same one from prepaway and examcollection. it has all the real test questions.
is this a valid prince2 practitioner dumps?
all are relatable questions
might help me to prepare for the exam
just paid and downlaod the 2 exams using the 50% sale discount. so far i was able to download the pdf and the test engine. all looks good.
i think it should be a,c. option d goes against the principle of building anything custom unless there are no work arounds available
very legible
is this exam accurate or helpful?
please upload dump, i have exam in 2 days
this is useful
question 232 answer should be perimeter not netowrk layer. wrong answer selected
hi team, could you please provide this dump ?
very helpful to clear the exam and understand the concept.
i think it is great that you are helping people when they need it. thanks.
cannot evaluate yet
a laptops wireless antenna is most likely located in the bezel of the lid
good examplae to learn basic
this is useful information
looks usefull
question 81 should be c.
question 18 : response isnt a ?
plaese add questions
is dumps still valid ?
thanks for this
please upload questions
please upload the question dump for professional machinelearning
question 4 answer is c. this site shows the correct answer as b. "adopt a consumption model" is clearly a cost optimization design principle. looks like im done using this site to study!!!