00:00

QUESTION 11

- (Exam Topic 4)
You have an Azure SQL database that contains sales transactions. The database is updated frequently.
You need to generate reports from the data to detect fraudulent transactions. The data must be visible within five minutes of an update.
How should you configure the data connection?

Correct Answer: B
With Power BI Desktop, when you connect to your data source, it's always possible to import a copy of the data into the Power BI Desktop. For some data sources, an alternative approach is available: connect directly to the data source using DirectQuery.
DirectQuery: No data is imported or copied into Power BI Desktop. For relational sources, the selected tables and columns appear in the Fields list. For multi-dimensional sources like SAP Business Warehouse, the dimensions and measures of the selected cube appear in the Fields list. As you create or interact with a visualization, Power BI Desktop queries the underlying data source, so you’re always viewing current data.
Reference:
https://docs.microsoft.com/en-us/power-bi/connect-data/desktop-use-directquery

QUESTION 12

- (Exam Topic 4)
You have a Microsoft Power Bl dashboard. The report used to create the dashboard uses an imported dataset from a Microsoft SQL Server data source. The dashboard is shown in the exhibit. (Click the Exhibit tab.)
PL-300 dumps exhibit
What occurred at 12:03:06 PM?

Correct Answer: A
Reference:
https://docs.microsoft.com/en-us/power-bi/connect-data/refresh-data

QUESTION 13

- (Exam Topic 4)
You have a Power Bl workspace named Inventory that contains a dataset a report and a dashboard. You need to add an additional tile to the dashboard. The tile must show inventory by location. This
information is NOT visualized in the report. The solution must minimize the impact on the report.
Which two actions should you perform? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.

Correct Answer: CE

QUESTION 14

- (Exam Topic 4)
Note: This question is part of a series of questions that use the same scenario. For your convenience, the scenario is repeated in each question. Each question presents a different goal and answer choices, but the text of the scenario is the same in each question in this series.
You have a Microsoft SQL Server database that contains the following tables.
PL-300 dumps exhibit
The following columns contain date information:
- Date[Month] in the mmyyyy format
- Date[Date_ID] in the ddmmyyyy format
- Date[Date_name] in the mm/dd/yyyy format
- Monthly_returns[Month_ID] in the mmyyyy format
The Order table contains more than one million rows.
The Store table has a relationship to the Monthly_returns table on the Store_ID column. This is the only relationship between the tables.
You plan to use Power BI Desktop to create an analytics solution for the data.
You need to create a relationship between the Monthly_returns table and Date[Date_ID]. What should you do before you create the relationship?

Correct Answer: B
References:
https://docs.microsoft.com/en-us/power-bi/desktop-create-and-manage-relationships

QUESTION 15

- (Exam Topic 4)
You have an API that returns more than 100 columns. The following is a sample of column names.
PL-300 dumps exhibit client_notified_timestamp
PL-300 dumps exhibit client_notified_source
PL-300 dumps exhibit client_notified_sourceid
PL-300 dumps exhibit client_notified_value
PL-300 dumps exhibit client_responded_timestamp
PL-300 dumps exhibit client_responded_source
PL-300 dumps exhibit client_responded_sourceid
PL-300 dumps exhibit client_responded_value
You plan to include only a subset of the returned columns.
You need to remove any columns that have a suffix of sourceid.
How should you complete the Power Query M code? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
PL-300 dumps exhibit
Solution:
Box 1: Table.RemoveColumns
When you do “Remove Columns” Power Query uses the Table.RemoveColumns function Box 2: List.Select
Get a list of columns. Box 3: Text.EndsWith

Does this meet the goal?

Correct Answer: A