DP-600 Exam Question 11

You have a Fabric warehouse named Warehouse1 that contains a table named dbo.Product. dbo.Product contains the following columns.

You need to use a T-SQL query to add a column named PriceRange to dbo.Product. The column must categorize each product based on UnitPrice. The solution must meet the following requirements:
* If UnitPrice is 0, PriceRange is "Not for resale".
* If UnitPrice is less than 50, PriceRange is "Under $50".
* If UnitPrice is between 50 and 250, PriceRange is "Under $250".
* In all other instances, PriceRange is "$250+".
How should you complete the query? To answer, drag the appropriate values to the correct targets. Each value 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.

DP-600 Exam Question 12

You have a Fabric tenant that contains a complex semantic model. The model is based on a star schema and contains many tables, including a fact table named Sales. You need to create a diagram of the model. The diagram must contain only the Sales table and related tables. What should you use from Microsoft Power Bl Desktop?
  • DP-600 Exam Question 13

    You have a Fabric workspace named Workspace1 and an Azure SQL database.
    You plan to create a dataflow that will read data from the database, and then transform the data by performing an inner join. You need to ignore spaces in the values when performing the inner join The solution must minimize development effort. What should you do?
  • DP-600 Exam Question 14

    You have a Fabric tenant.
    You need to configure OneLake security for users shown in the following table.

    The solution must follow the principle of least privilege.
    Which permission should you assign to each user? To answer, select the appropriate options in the answer area.
    NOTE: Each correct selection is worth one point.

    DP-600 Exam Question 15

    Which type of data store should you recommend in the AnalyticsPOC workspace?