Podcast
Questions and Answers
What should you do to ensure users can get a useful result for 'subscriber count' by using Q&A while minimizing the size of the model?
What should you do to ensure users can get a useful result for 'subscriber count' by using Q&A while minimizing the size of the model?
What is the cause of users only seeing some of the customers when a map of 500,000 customers is visualized in Power BI on powerbi.com?
What is the cause of users only seeing some of the customers when a map of 500,000 customers is visualized in Power BI on powerbi.com?
How should the visual interactions be set on the column chart when a segment is selected in the bar chart?
How should the visual interactions be set on the column chart when a segment is selected in the bar chart?
You need to keep only the last modified row for each customer ID. What should you do?
You need to keep only the last modified row for each customer ID. What should you do?
Signup and view all the answers
In a Power BI model containing employee information by state, how can you view the employees by region as quickly as possible?
In a Power BI model containing employee information by state, how can you view the employees by region as quickly as possible?
Signup and view all the answers
In Power BI, when creating a measure that returns the year-to-date total sales from the same date of the previous calendar year, which DAX functions should you use?
In Power BI, when creating a measure that returns the year-to-date total sales from the same date of the previous calendar year, which DAX functions should you use?
Signup and view all the answers
Which of the following are two possible recommendations to ensure that users can select a value once to filter the results on all pages?
Which of the following are two possible recommendations to ensure that users can select a value once to filter the results on all pages?
Signup and view all the answers
What type of visualization should you use to identify outliers in a table with sales data containing approximately 1,000 rows?
What type of visualization should you use to identify outliers in a table with sales data containing approximately 1,000 rows?
Signup and view all the answers
Which type of visualization should you use to compare revenue and cost over time?
Which type of visualization should you use to compare revenue and cost over time?
Signup and view all the answers
Which type of visualization should you use to show historic employee counts and predict trends for the next six months for the HR department?
Which type of visualization should you use to show historic employee counts and predict trends for the next six months for the HR department?
Signup and view all the answers
What should you include on the menu page to ensure that users can click each business question and be directed to the corresponding page?
What should you include on the menu page to ensure that users can click each business question and be directed to the corresponding page?
Signup and view all the answers
What should you configure in Microsoft Power BI Desktop to ensure users can consume the content on a report page in a logical order?
What should you configure in Microsoft Power BI Desktop to ensure users can consume the content on a report page in a logical order?
Signup and view all the answers
To ensure a sales manager can see correct sales data after changing regions, what should you do?
To ensure a sales manager can see correct sales data after changing regions, what should you do?
Signup and view all the answers
Which data modeling design should you use to analyze sales data by both purchase and ship dates independently and together?
Which data modeling design should you use to analyze sales data by both purchase and ship dates independently and together?
Signup and view all the answers
Which relationship should you use to link the Customer and Transaction tables for analyzing customer transactions?
Which relationship should you use to link the Customer and Transaction tables for analyzing customer transactions?
Signup and view all the answers
If a user is a member of both Role1 and Role2, what data will they see in a report using the model with row-level security?
If a user is a member of both Role1 and Role2, what data will they see in a report using the model with row-level security?
Signup and view all the answers
When configuring scheduled refresh in Microsoft Power BI, which two actions should you perform to ensure data is updated every morning with minimal configuration effort? (Select two)
When configuring scheduled refresh in Microsoft Power BI, which two actions should you perform to ensure data is updated every morning with minimal configuration effort? (Select two)
Signup and view all the answers
When providing a user with the ability to add members to a workspace in Microsoft Power BI, which role should you assign to the user to use the principle of least privilege?
When providing a user with the ability to add members to a workspace in Microsoft Power BI, which role should you assign to the user to use the principle of least privilege?
Signup and view all the answers
What is a possible cause for a Microsoft Power BI dataset refresh failure when the dataset runs out of resources after deployment to Power BI Premium capacity? The refresh fails because _ is not occurring.
What is a possible cause for a Microsoft Power BI dataset refresh failure when the dataset runs out of resources after deployment to Power BI Premium capacity? The refresh fails because _ is not occurring.
Signup and view all the answers
In Power BI service, you deploy a dataset and related reports to Microsoft Power BI Premium capacity from Azure Blob storage. After deploying, the dataset refresh fails due to resource shortages. What is a possible cause of this issue?
In Power BI service, you deploy a dataset and related reports to Microsoft Power BI Premium capacity from Azure Blob storage. After deploying, the dataset refresh fails due to resource shortages. What is a possible cause of this issue?
Signup and view all the answers
To grant all organizational users read access to dashboards and reports in a Microsoft Power BI workspace, what solution should you enable for all assets?
To grant all organizational users read access to dashboards and reports in a Microsoft Power BI workspace, what solution should you enable for all assets?
Signup and view all the answers
In Power BI Desktop, what action allows you to combine data retrieved from tables named Customers and _Customers that have the same columns from different databases?
In Power BI Desktop, what action allows you to combine data retrieved from tables named Customers and _Customers that have the same columns from different databases?
Signup and view all the answers
Using the Column Profile Data Preview option in Power Query Editor allows you to ascertain the percentage of empty values in each column.
Using the Column Profile Data Preview option in Power Query Editor allows you to ascertain the percentage of empty values in each column.
Signup and view all the answers
When the step 'Table.ReplaceValue(SalesLT_Address, '1318', '1319', Replacer.ReplaceText, {'AddressLine1'})' is applied, what will the value be in the AddressLine1 column?
When the step 'Table.ReplaceValue(SalesLT_Address, '1318', '1319', Replacer.ReplaceText, {'AddressLine1'})' is applied, what will the value be in the AddressLine1 column?
Signup and view all the answers
What should you recommend to improve the performance of a slow-loading Microsoft Power BI report with a large dataset and multiple visuals?
What should you recommend to improve the performance of a slow-loading Microsoft Power BI report with a large dataset and multiple visuals?
Signup and view all the answers
How can you automate daily notifications for a user in the Microsoft Power BI Service?
How can you automate daily notifications for a user in the Microsoft Power BI Service?
Signup and view all the answers
Does importing a sample of data from a large SQL Server table in Microsoft Power BI by adding a filter step to the query meet the goal?
Does importing a sample of data from a large SQL Server table in Microsoft Power BI by adding a filter step to the query meet the goal?
Signup and view all the answers
Does adding a WHERE clause to the SQL statement to import a sample of data from a large SQL Server table in Microsoft Power BI meet the goal?
Does adding a WHERE clause to the SQL statement to import a sample of data from a large SQL Server table in Microsoft Power BI meet the goal?
Signup and view all the answers
When creating a parameter in Microsoft Power BI to reference a file name and location, if you modify the source step of the queries to use the parameter as the file path, does it meet the goal?
When creating a parameter in Microsoft Power BI to reference a file name and location, if you modify the source step of the queries to use the parameter as the file path, does it meet the goal?
Signup and view all the answers
When creating a parameter in Microsoft Power BI to reference a file name and location, if you create a new query that references the parameter, does it meet the goal?
When creating a parameter in Microsoft Power BI to reference a file name and location, if you create a new query that references the parameter, does it meet the goal?
Signup and view all the answers
Does adding a report-level filter that filters based on the order date in Microsoft Power BI to import a sample of data from a large SQL Server table meet the goal?
Does adding a report-level filter that filters based on the order date in Microsoft Power BI to import a sample of data from a large SQL Server table meet the goal?
Signup and view all the answers
When writing a DAX expression that uses the FILTER function in Microsoft Power BI to import a sample of data from a large SQL Server table, does it meet the goal?
When writing a DAX expression that uses the FILTER function in Microsoft Power BI to import a sample of data from a large SQL Server table, does it meet the goal?
Signup and view all the answers
In a Power BI dashboard monitoring manufacturing processes, to be notified when the daily percentage of defective products manufactured exceeds 3%, what should you create?
In a Power BI dashboard monitoring manufacturing processes, to be notified when the daily percentage of defective products manufactured exceeds 3%, what should you create?
Signup and view all the answers
You are building a report analyzing the internal networks of employees based on whom they send emails to. How can you prevent report recipients from reading the analyzed emails while minimizing the model size?
You are building a report analyzing the internal networks of employees based on whom they send emails to. How can you prevent report recipients from reading the analyzed emails while minimizing the model size?
Signup and view all the answers
What should you do to create an ad analytics system that presents ad impression counts for the day, campaign, and Site_name while minimizing the data model size?
What should you do to create an ad analytics system that presents ad impression counts for the day, campaign, and Site_name while minimizing the data model size?
Signup and view all the answers
To surface training videos directly in a Microsoft Power BI dashboard, which type of tile should you add?
To surface training videos directly in a Microsoft Power BI dashboard, which type of tile should you add?
Signup and view all the answers
When identifying the percentage of empty values in each column in Power Query Editor, which Data Preview option should you select?
When identifying the percentage of empty values in each column in Power Query Editor, which Data Preview option should you select?
Signup and view all the answers
When importing a prospective customer list into Power Query Editor, what actions should you perform to ensure records for each State/Region are included?
When importing a prospective customer list into Power Query Editor, what actions should you perform to ensure records for each State/Region are included?
Signup and view all the answers
You plan to include only a subset of columns and need to remove any columns that have a suffix of ______. How should you complete the Power Query M code?
You plan to include only a subset of columns and need to remove any columns that have a suffix of ______. How should you complete the Power Query M code?
Signup and view all the answers
Match the following actions in sequence to import attributes as columns from a JSON file while ensuring date attributes can be used as hierarchies in Power BI reports:
Match the following actions in sequence to import attributes as columns from a JSON file while ensuring date attributes can be used as hierarchies in Power BI reports:
Signup and view all the answers
To create a query with one row per customer, with each row containing City, State/Region, and Country, what should you do?
To create a query with one row per customer, with each row containing City, State/Region, and Country, what should you do?
Signup and view all the answers
What should you do to configure a dataset to easily change the data source between different Azure SQL database servers from powerbi.com?
What should you do to configure a dataset to easily change the data source between different Azure SQL database servers from powerbi.com?
Signup and view all the answers
To analyze user complaints by the logged date with a built-in date hierarchy, what should you do to ensure proper data analysis?
To analyze user complaints by the logged date with a built-in date hierarchy, what should you do to ensure proper data analysis?
Signup and view all the answers
You are creating a Power BI report that connects to a Microsoft Excel data source. How can you use a parameter named DS instead of a hard-coded copy of the location within your query definitions?
You are creating a Power BI report that connects to a Microsoft Excel data source. How can you use a parameter named DS instead of a hard-coded copy of the location within your query definitions?
Signup and view all the answers
In a Power BI model with tables named Sales and Date, where the active relationship is on Sales[Due_Date], what actions could you take to calculate the number of orders by Ship_Date and Order_Date without duplicated data or additional loading?
In a Power BI model with tables named Sales and Date, where the active relationship is on Sales[Due_Date], what actions could you take to calculate the number of orders by Ship_Date and Order_Date without duplicated data or additional loading?
Signup and view all the answers
You want to provide users with a sample of questions they can ask when using Q&A in a Power BI dashboard. What should you do?
You want to provide users with a sample of questions they can ask when using Q&A in a Power BI dashboard. What should you do?
Signup and view all the answers
In a Power BI model with tables named Sales and Customers, you run the RANKX(ALL(Customers), SUMX(RELATEDTABLE(Sales), [Sales_amount])) DAX formula. Does this action produce the desired outcome?
In a Power BI model with tables named Sales and Customers, you run the RANKX(ALL(Customers), SUMX(RELATEDTABLE(Sales), [Sales_amount])) DAX formula. Does this action produce the desired outcome?
Signup and view all the answers
In a Power BI model with tables named Sales and Customers, if you run the RANK.EQ(Sales[Sales_amount], Customers[Customer_ID]) DAX formula, will this action produce the desired outcome?
In a Power BI model with tables named Sales and Customers, if you run the RANK.EQ(Sales[Sales_amount], Customers[Customer_ID]) DAX formula, will this action produce the desired outcome?
Signup and view all the answers
In a Power BI model with tables named Sales and Customers, if you run the RANKX(ALL(Sales), SUMX(RELATEDTABLE(Customers), [Sales_amount])) DAX formula, will this action produce the desired outcome?
In a Power BI model with tables named Sales and Customers, if you run the RANKX(ALL(Sales), SUMX(RELATEDTABLE(Customers), [Sales_amount])) DAX formula, will this action produce the desired outcome?
Signup and view all the answers
In a Microsoft Excel workbook with a Power Pivot model having relationships between Sales to Product and Sales to Salesperson, to create a report showing the count of products sold by each salesperson, what should you do?
In a Microsoft Excel workbook with a Power Pivot model having relationships between Sales to Product and Sales to Salesperson, to create a report showing the count of products sold by each salesperson, what should you do?
Signup and view all the answers
In a Power BI model for sales data, if you want to compare year-to-date sales with the previous year for the same time period, which DAX function should you use?
In a Power BI model for sales data, if you want to compare year-to-date sales with the previous year for the same time period, which DAX function should you use?
Signup and view all the answers
When you have run two queries producing two different result sets that you want to concatenate into one query with all combined rows, what operation should you perform?
When you have run two queries producing two different result sets that you want to concatenate into one query with all combined rows, what operation should you perform?
Signup and view all the answers
Study Notes
Power BI Queries and Data Modeling
- To prevent report recipients from reading analyzed emails, implement row-level security (RLS) or remove the Subject and Body columns during import, or set the Subject and Body columns to Hidden.
- To create an ad analytics system, group impressions by Ad_id, Site_name, and Impression_date, and aggregate by using the CountRows function.
- To surface training videos directly in a Microsoft Power BI dashboard, add a video tile.
- To identify the percentage of empty values in each column, select the Column profile or Column quality option in Power Query Editor.
- To ensure a prospective customer list contains records for each State/Region, select Column quality or Column distribution in Power Query Editor.
Power Query and Data Transformation
- To remove columns with a suffix of sourceid, use the Power Query M code to select the correct options.
- To import attributes as columns from a JSON file, import the JSON file, then expand the JSON content, and finally select the required columns.
- To merge two tables, use the Merge Queries option in Power Query Editor.
- To create a query with one row per customer, merge the Customer and Address tables.
Data Sources and Connections
- To configure a dataset to easily change the data source between development, test, and production database servers, create a parameter and update the queries to use the parameter.
- To analyze complaints by the logged date, change the data type of the Logged column to Date or apply a transformation to extract the date part.
Performance and Optimization
- To minimize the use of RELATED and RELATEDTABLE functions, split the model into multiple models or hide unused columns in the model.
- To reduce the size of a data model, round the hour of a datetime column or split the column into two columns.
- To improve the performance of a report, split the visuals onto multiple pages or change the imported dataset to DirectQuery.
Power BI Service and Dashboards
- To automate daily notifications of the number shown on a card visual, create a data alert or a subscription.
- To grant users access to a dashboard, use the Viewer role on the workspace.
- To share a dashboard, share the dashboard to the user or tag the user in a comment.
Data Sampling and Import
- To import a sample of data from a large table, add a filter step to the query in Power Query Editor or use a WHERE clause in the SQL statement.### Power BI Exam Questions
Topic 1: Modeling Data
- Creating a parameter named
DataSourceExcel
to hold the file name and location of a Microsoft Excel data source can meet the goal of updating the query to reference the parameter instead of multiple hard-coded copies of the location. - To import a sample of data from a large Microsoft SQL Server table named
Order
with more than 100 million records, adding a report-level filter that filters based on the order date can meet the goal. - Writing a DAX expression that uses the
FILTER
function can also meet the goal of importing a sample of data from theOrder
table. - To be notified when the daily percentage of defective products manufactured exceeds 3%, creating a subscription or an alert is the correct solution.
Topic 2: Data Modeling
- When creating a financial report in Power BI, preparing the data to support visualizations that include all measures in the data over time and year-over-year calculations for all measures requires several actions, including:
- Unpivot the data
- Create a date table
- Create a relationship between the date table and the fact table
- Add a measure for the year-over-year calculation
- When implementing row-level security (RLS) in a data model, assigning the relevant distribution lists to each role and ensuring that the sales managers can view the sales records of their region and are prevented from viewing records from other regions is the correct configuration.
- To write a calculation that returns the percentage of total sales that a selected
ProductCategoryName
value represents, using theFILTER
function and respecting any slicers onProductCategoryName
is the correct solution. - When designing an imported dataset to support the analysis of sales data in a star schema, using the
Auto Date/Time
functionality in Microsoft Power BI and not importing theDate
table is one possible solution.
Topic 3: Visualization and Interactions
- When using an R visual to produce a map of 500,000 customers, sending too many records to the visual can cause issues with the visual loading.
- To see the total salary costs of the employees when hovering over a data point in a line chart, adding a salary to the tooltips or adding salary to the drillthrough fields are two possible ways to achieve this goal.
- When setting visual interactions between a bar chart and a column chart, selecting
filter
as the interaction type can ensure that when a segment is selected in the bar chart, the column chart shows the corresponding portion of the total sales for the month.### Power BI Report Development - When building a dashboard for mobile phones, it's essential to consider the portrait mode and perform the following actions in sequence:
- Create a custom CSS file to change the dashboard theme
- Develop a report to help the sales team understand its performance and drivers of sales
- Use a Key Influencers visualization to identify which factors affect success
- Use a Funnel chart to show the sales process
Visualization and Data Analysis
- To create a visualization that shows the relationship between Unit Price and Quantity Ordered, use a scatter plot and the Cluster feature
- To highlight orders that have a similar unit price and ordered quantity, use a scatter plot with the Cluster feature
- To create a key influencers visualization, use the following configuration:
- City as the Category
- Total Sales as the Value
- Occupation as the Filter
- To show only the top 10 cities with the highest sales profit, add a Top N filter to the visual and configure the Sales Profit measure to use the RANKX function
Reference Lines and Filtering
- To create a reference line to show which employees are above the median salary, use a median line or a percentile line with the Salary measure
- To create a reference line to show which employees are above the median salary, use a constant line and set the value to 0.5 (only applicable in certain scenarios)
- To filter reports based on slicer selections, use report-level filters or sync the slicers across pages
Data Visualization
- To identify outliers in a table, use a scatter plot
- To compare revenue and cost over time, use a line chart or a stacked area chart
- To show a historic employee count and predict trends during the next six months, use a line chart or a ribbon chart
Power BI Features and Navigation
- To create a menu page that directs users to specific pages based on business questions, use a text box or button with a link or bookmark
- To ensure that users can consume the content on a report page in a logical order, configure the tab order in Microsoft Power BI Desktop
- To create a bookmark for each slicer value, use the bookmark feature in Power BI Desktop
Studying That Suits You
Use AI to generate personalized quizzes and flashcards to suit your learning preferences.
Related Documents
Description
Practice questions for the DA-100 exam, covering custom connectors and data retrieval.