Download Free Microsoft PL-300 Real Exam Questions Download
Latest Microsoft PL-300 Real Exam Dumps PDF
Microsoft PL-300 Exam Syllabus Topics:
| Topic | Details |
|---|---|
| Topic 1 |
|
| Topic 2 |
|
| Topic 3 |
|
| Topic 4 |
|
Microsoft PL-300 certification exam is a valuable opportunity for professionals looking to demonstrate their expertise in Power BI. It can also provide a competitive advantage in the job market and help organizations improve their data analytics capabilities.
NEW QUESTION # 214
You are building a financial report by using Power BI.
You have a table named financials that contains a column named Date and a column named Sales.
You need to create a measure that calculates the relative change in sales as compared to the previous quarter.
How should you complete the measure? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Answer:
Explanation:
Explanation
Graphical user interface, text, application Description automatically generated
Box 1: CALCULATE
Box 2: DATEADD
Box 3: DIVIDE
Example:
NET_SALES QoQ% =
IF(
ISFILTERED('Calendar'[Date]),
ERROR("Time intelligence quick measures can only be grouped or filtered by the Power BI-provided date hierarchy or primary date column."), VAR __PREV_QUARTER = CALCULATE( SUM('research ra_qtr_template'[NET_SALES]), DATEADD('Calendar'[Date].[Date], -1, QUARTER) ) RETURN DIVIDE( SUM('research ra_qtr_template'[NET_SALES]) - __PREV_QUARTER,
__PREV_QUARTER
)
)
Reference:
https://community.powerbi.com/t5/Desktop/Error-calculating-QOQ-using-quick-measure/m-p/547054
NEW QUESTION # 215
You view a query named Transactions as shown in the following exhibit.
The query gets CSV files from a folder.
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.
Answer:
Explanation:
NEW QUESTION # 216
You have a Power BI app named App1. The privacy for the App1 workspace is set to Private.
A user named User1 reports that App1 does not appear in the My organization AppSource. App1 appears in the My organization AppSource for your account.
You need to ensure that User sees App1 from the My organization AppSource.
What should you do?
- A. From the app workspace, click Update app, configure the Content settings, and then click Update app.
- B. From the app workspace settings, add a member.
- C. From the app workspace, share the dashboard.
- D. From the app workspace, click Update app, configure the Access setting, and then click Update app.
Answer: D
Explanation:
References: https://docs.microsoft.com/en-us/power-bi/service-organizational-content-pack- introduction#what-is-appsource
NEW QUESTION # 217
You have a Power BI model that contains a table named Sales. Sales has the following three measures:
A measure named Total Sales Last Year that displays the sales from the previous calendar year. The current value is 32.89 million.
A measure named Total Sales This Year that displays the sales from the current calendar year. The current value is 11.69 million.
A measure named Total Sales Difference that uses a DAX formula of Sales[Last Year] - Sales[This Year].
You need to create the following visualization.
How should you configure the visualization? To answer, drag the appropriate measures to the correct fields. 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.
Answer:
Explanation:
Reference:
https://docs.microsoft.com/en-us/power-bi/visuals/power-bi-visualization-radial-gauge-charts
NEW QUESTION # 218
You need to design the data model and the relationships for the Customer Details worksheet and the Orders table by using Power BI. The solution must meet the report requirements.
For each of the following statement, select Yes if the statement is true, Otherwise, select No.
NOTE: Each correct selection is worth one point.
Answer:
Explanation:
Explanation
NEW QUESTION # 219
You have the CSV file shown in the following table.
You use Power Query Editor to preview the data in the file.
You need to transform the data to meet the following requirements:
- The first column must contain the month.
- The second column must contain the year.
- The third column must contain the order amount for the month and
year.
Which transformation should you use first?
- A. pivot
- B. unpivot
- C. remove
- D. transpose
Answer: B
NEW QUESTION # 220
You have a Power 81 report. The report contains a single report page that uses the detault theme.
You need to configure the report page to match the formatting shown in the following exhibit.
What should you change on the report page?
- A. the wallpaper color and the canvas background color
- B. the canvas background color only
- C. the wallpaper color only
- D. the canvas background image only
Answer: A
NEW QUESTION # 221
-
You are using Power Query Editor to preview the data in a column named Max Temp. The column statistics and value distribution are 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.
Answer:
Explanation:
NEW QUESTION # 222
Drag and Drop Question
Note: This question is a part of a series of questions that present 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 exactly the same in each question in this series.
Start of repeated scenario
You have a Microsoft SQL Server database that has the tables shown in the Database Diagram exhibit.
You plan to develop a Power BI model as shown in the Power BI Model exhibit.
You plan to use Power BI to import data from 2013 to 2015.
Product Subcategory [Subcategory] contains NULL values.
End of repeated scenario.
You implement the Power BI model.
You need to edit the Product Category table query to match the desired Power BI model.
How should you complete the advanced 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 frag the split bar between panes or scroll to view content.
NOTE: Each correct selection is worth one point.
Answer:
Explanation:
Explanation:
https://msdn.microsoft.com/en-us/library/mt260776.aspx
https://msdn.microsoft.com/en-us/library/mt260808.aspx
NEW QUESTION # 223
You have a Power B1 report that contains the visuals shown in the following table.
You need to modify the location of each visual.
What should you modify for each visual?
- A. the layer order
- B. the position
- C. the tab order
- D. the padding
Answer: B
NEW QUESTION # 224
You have a CSV file that contains user complaints. The file contains a column named Logged.
Logged contains the date and time each compliant occurred. The data in Logged is in the following format: 2018-12-31 at 08:59.
You need to be able to analyze the complaints by the logged date and use a built-in date hierarchy.
What should you do?
- A. Create a column by example that starts with 2018-12-31 and set the data type of the new column to Date.
- B. Apply a transform to extract the last 11 characters of the Logged column and set the data type of the new column to Date.
- C. Apply a transform to extract the first 11 characters of the Logged column.
- D. Change the data type of the Logged column to Date.
Answer: A
Explanation:
Option A: Wrong. There is an '' at '' which makes it impossible.
Option B: Wrong. The LAST 11 cannot get the date info.
Option D: Wrong. You can get the right date, but without '' set it as date '', you will not get built-in date Hierarchy which is required.
NEW QUESTION # 225
You need to create a visual that enables the adhoc exploration of data as shown in the following exhibit.
Which type of visual should you use?
- A. smart narrative
- B. decomposition tree
- C. key influencers
- D. Q&A
Answer: D
NEW QUESTION # 226
You view a query named Transactions as shown in the following exhibit.
The query gets CSV files from a folder.
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.
Answer:
Explanation:
Explanation:
Box 1: 9
9 distinct CSV files.
Box 2: 10
10 distinct dates.
https://pediaa.com/what-is-the-difference-between-unique-and-distinct-in-sql/#:~:text=Unique%20and%
20Distinct%20are%20two%20SQL%20constraints.,the%20records%20from%20a%20table.
NEW QUESTION # 227
You plan to create a Power Bl dataset to analyze attendance at a school. Data will come from two separate views named View1 and View? in an Azure SQL database. View1 contains the columns shown in the following table.
View2 contains the columns shown in the following table.
The views can be related based on the Class ID column.
Class ID is the unique identifier for the specified class, period, teacher, and school year. For example, the same class can be taught by the same teacher during two different periods, but the class will have a different class ID.
You need to design a star schema data model by using the data in both views. The solution must facilitate the following analysis:
The count of classes that occur by period
The count of students in attendance by period by day
The average number of students attending a class each month
In which table should you include the Teacher First Name and Period Number fields? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Answer:
Explanation:
NEW QUESTION # 228
You use Power Query Editor to review the query shown in the following exhibit.

Answer:
Explanation:
NEW QUESTION # 229
You have a Power BI model that contains a table named Sales. Sales has the following three measures:
* A measure named Total Sales Last Year that displays the sales from the previous calendar year. The current value is 32.89 million.
* A measure named Total Sales This Year that displays the sales from the current calendar year. The current value is 11.69 million.
* A measure named Total Sales Difference that uses a DAX formula of Sales[Last Year] - Sales[This Year].
You need to create the following visualization.
How should you configure the visualization? To answer, drag the appropriate measures to the correct fields.
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.
Answer:
Explanation:
Explanation:
References:
https://docs.microsoft.com/en-us/power-bi/visuals/power-bi-visualization-radial-gauge-charts
NEW QUESTION # 230
You have a Microsoft Power Bl workspace.
You need to grant the user capabilities shown in the following table.
The solution must use the principle of least privilege.
Which user role should you assign to each user? To answer, drag the appropriate roles to the correct users.
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.
Answer:
Explanation:
Explanation:
User 1 = Member
User 2 = Contributor
https://docs.microsoft.com/en-us/power-bi/collaborate-share/service-new-workspaces
NEW QUESTION # 231
......
Passing the Microsoft PL-300 exam is a great way for individuals to demonstrate their expertise in using Power BI to analyze data and create valuable insights. It can also help individuals advance their careers in data analysis and business intelligence by demonstrating their competency to employers and clients. Overall, the Microsoft PL-300 exam is an excellent opportunity for individuals to demonstrate their proficiency in using Power BI and to enhance their career prospects in the field of data analysis.
PDF (New 2026) Actual Microsoft PL-300 Exam Questions: https://skillsoft.braindumpquiz.com/PL-300-exam-material.html