MCQ 2
MCQ 2
This bookmark must only toggle the visibility state and perform no
other action.
7)You have a bar chart and column chart visual on a report page.
Selecting any column from the bar chart visual filters the column
chart data to less than 1% of its unfiltered value.
Which type of visual interaction should be used when the bar chart
is filtering the column chart to ensure that you can easily see the
data?
You need to identify the visual that will clearly identify outliers in the
data set by displaying them away from the bulk of data.
15)You plan to get data for a Power BI dataset from flat files.
You need to select a location for the files. The location must provide
the ability to configure scheduled refresh for the dataset by using
Microsoft 365 credentials.
17)When importing data from an Excel workbook into Power BI, you
receive the error message: “We couldn't find any data formatted as
a table.”
You need to ensure that column distribution considers all rows in the
Excel file.
You need to view and modify multiple steps in all the M code.
21)You have a query that has a column named Country and columns
for each month of sales data. The names of the sales data columns
use a format of Month Year, for example January 2022. The month
columns contain the Sales Amount values for each month.
You need to reshape the table to have all sales amount values in a
single column.
A new column should also be added and contain the relevant month
year for each row of data.
You need to remove the leading two letters from the current
ProductID values.
You need to select individual fields from items in the collection that
you want to load into Power BI Desktop.
25)You have an Azure SQL database that contains two tables named
SalesOrders and SalesOrderDetails.
You need to combine the two tables into one table. The solution
must meet the following requirements:
26)You have a Power BI model with the following fact tables and
storage modes.
You need to remove the Row ID column. Your solution must ensure
that new columns do NOT display in the table model during a
scheduled refresh in the future.
Only the Select Columns command will let you choose columns to keep, delete the
columns you do not want, and prevent new columns from showing up in the table in
the future.
You need to share the datasets and report together. This solution
must NOT send any email notifications to internal users after
sharing.
What should you create in the Power BI Service?
What two tasks should you perform? Each correct answer presents a
complete solution
Which two interfaces can you use? Each correct answer presents a
complete the solution.
You have the following Data Analysis Expression (DAX) query that
calculates the sum of all values in the Inventory Count column of the
Warehouse table:
Current Inventory Count =
CALCULATE (
SUM ( 'Warehouse'[Inventory Count] ))
You need to ensure that Current Inventory Count returns only the
current total number of inventory items, rather than the sum of all
inventory items that includes item counts from previous days.
Data for which two model items can be created using the DAX
language? Each correct answer presents a complete solution.
You need to ensure that the data engine cache will NOT impact the
test results without restarting Power BI Desktop.
DAX Studio, once connected to the data model, can be used to clear the data engine
cache. The Clear Cache function can be invoked from DAX Studio, once you connect
it to the data model. The Refresh Metadata function can be invoked from DAX Studio
to update the metadata of the currently selected model. Adding a blank page to
the .pbix file and selecting it is the first step in clearing the visual cache, not the data
engine cache.
The Performance analyzer will show the query timings for each object on a report
page. Session diagnostics measures Power Query query performance as it relates to
refresh times. It is unrelated to measuring DAX performance or report page query
timings. The Best Practices analyzer reviews the model for best practices around
things like model design, relationships, field naming conventions, and measures. But
is unrelated to any query timings for report page visuals.
49)You have a Power BI Desktop PBIX file that contains a single page
report with multiple visuals.