Practice Free PL-300 Exam Online Questions
You have a dataset that is used infrequently and refreshes every hour.
You receive a notification that the refresh was disabled due to inactivity.
Which two actions will cause the scheduled refresh schedule to resume? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point.
- A . Enable query caching for the dataset.
- B . Import the dataset to Microsoft Excel.
- C . From the Power BI service, open a dashboard that uses the dataset.
- D . From the Power BI service, open a report that uses the dataset.
- E . From PowerShell, run the get-powerbireport cmdlet.
CD
Explanation:
After two months of inactivity, scheduled refresh on your dataset is paused. A dataset is considered inactive when no user has visited any dashboard or report built on the dataset. At that time, the dataset owner is sent an email indicating the scheduled refresh is paused. The refresh schedule for the dataset is then displayed as disabled. To resume scheduled refresh, simply revisit any dashboard or report built on the dataset. https://learn.microsoft.com/en-us/power-bi/connect-data/refresh-scheduled-refresh#scheduled-refresh
You have a semantic model named Model1.
You need to ensure that users can verify that the data in Model1 meets corporate standards.
What should you do?
- A . Promote Model1.
- B . Create an image of Model1.
- C . Apply a sensitivity label to Model1.
- D . Certify Model1.
You have a Microsoft Power Bl dashboard.
You need to ensure that consumers of the dashboard can give you feedback that will be visible to the other consumers of the dashboard.
What should you use?
- A . Feedback
- B . Subscribe
- C . Comments
- D . Mark as favorite
C
Explanation:
https://docs.microsoft.com/en-us/power-bi/consumer/end-user-comment
You need to create a visual that compares profit across 10 product categories for a selected quarter.
What is the best visual to use to achieve the goal? More than one answer choice may achieve the goal Select the BEST answer.
- A . an area chart
- B . a clustered bar chart
- C . a line chart
- D . a funnel chart
You plan to use Power BI Desktop optimized for Power BI Report Server to create a report. The report will be published to Power BI Report Server.
You need to ensure that all the visualization in the report can be consumed by users.
Which two types of visualizations should you exclude from the report? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.
- A . Funnel charts
- B . Custom visuals
- C . Bubble maps
- D . Breadcrumbs
- E . R visuals
D,E
Explanation:
Reference: https://powerbi.microsoft.com/en-us/guided-learning/reportserver-quickstart-powerbi-report/
HOTSPOT
You use Power Query Editor to preview the data shown in the following exhibit.

You have a Power B1 report that contains one visual
You need to provide users with the ability to change the visual type without affecting the view for
other users.
What should you do?
- A . From Tabular Editor, create a new perspective.
- B . From Report settings, select Personalize visuals
- C . From the Bookmarks pane, select Focus mode and then select Add
- D . From Visual options in Report settings, select Use the modem visual header with updated styling options
DRAG DROP
You have a Power B1 semantic model that contains two tables named Dim Location and Fact Deliveries.
The relationships between the tables are configured as shown in the following table.
The model contains one measure that has the following formula.
Deliveries = COUNTROWS(‘fact Deliveries’)
