CERTIFICACÍON PL-300 Flashcards
You need to create the Top Customers report.
Which type of filter should you use, and at which level should you apply the filter?
Filter :
TOP N or Basic or Advanced
Level:
Page or Visual or ReporT
Filter: Top N
Level: Visual
TOP N only works on a visual. The option doesn’t appear in Page or Repor
You need to create the On-Time Shipping report. The report must include a visualization that shows the percentage of late orders.
Which type of visualization should you create?
A. pie chart
B. scatterplot
C. bar chart
The On-Time Shipping report will show the following metrics for a selected shipping month or quarter:
The percentage of orders that were shipped late by country and shipping region
C. bar chart
The bar chart makes more sense due to the complexity of two added factors ie. country and shipping region. Otherwise you will have to create two Pie Charts
You need to create a KPI visualization to meet the reporting requirements of the sales managers.
How should you create the visualization? To answer, select the appropriate options in the answer area.
INDICADOR:
Date[month],
Sales[sales_amount],
Sales[sales_id],
Targets[sales_target],
Weekly_Returns[total_returns]
TREND AXIS:
Date[month],
Sales[sales_amount],
Target[sales_target],
Weekly_Returns[total_returns]
TARGET GOALS:
Date[month],
Sales[sales_amount],
Target[sales_target],
Weekly_Returns[total_returns]
Um KPI no Power BI geralmente contém três componentes principais:
Valor Atual: A métrica que está sendo monitorada, como vendas ou produção.
Valor-Alvo: O valor de referência ou meta com o qual o valor atual será comparado, como uma meta de vendas ou limite de desempenho.
Indicador Visual: Um elemento visual que mostra se o valor atual está dentro do esperado, abaixo ou acima da meta. Esses indicadores visuais geralmente são setas, ícones ou cores que facilitam a interpretação rápida do desempenho.
INDICADOR: SALES[sales_amount]
TREND AXIS: Date[month]
TARGET GOALS: Targets[sales_target]
What is the minimum number of Power BI datasets needed to support the reports?
A. a single imported dataset
B. two imported datasets
C. two DirectQuery datasets
D. a single DirectQuery dataset
Security Requirements -
The reports must be made available to the board from powerbi.com. An Azure Active Directory (Azure AD) group will be used to share information with the board.
Contoso identifies the following security requirements for analyst access:
Analysts must be able to access all balance sheet and product catalog data.
Analysts must be able to access only the profit and loss data of their respective business unit.
Analysts must be able to create new reports from the dataset that contains the profit and loss data, but the reports built by the analysts must NOT be included in the quarterly reports for the board.
Analysts must NOT be able to share the quarterly reports with anyone.
Analysts must NOT be able to make new reports by using the balance sheet data.
B. two imported datasets
You publish the dataset to powerbi.com.
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
1.You need an on-premises data gateway to refresh the dataset( )
2.You nedd to configure a scheduled refresh of the dataset( )
3.You can usa Basic Authentication on the dataset to connect to the data ( )
Litware plans to leverage data from an Azure SQL database that stores data for the company’s live e-commerce website.
Litware uses Azure Active Directory (Azure AD) to authenticate users.
1.NO
2.NO
3.YES
(tinha poucas respostas no examtopics ve se tem alguma actualização)
1- You definitely don’t need a gateway as Azure SQL is could based.
2- The question says that “transactions must be updated within 5 minutes”. Therefore, (unless you plan to create a composite model) you should connect to the DB in direct query mode, hence you don’t need to schedule any refresh.
3- Azure SQL allow to use OAuth2. This doesn’t mean that you can’t use basic authentication anymore. The question asks if you CAN use basic authentication and you can still use it, even though you have the option to use azure authentication.
What should you create to meet the reporting requirements of the sales department?
A. a measure column that uses the following formula: SUMX(FILTER(‘Sales’, ‘Sales’[sales_amount] > 0)),[sales_amount])
B. a calculated column that uses the following formula: ABS(Sales[sales_amount])
C. a calculated column that uses the following formula: IF(ISBLANK(Sales[sales_amount]),0, (Sales[sales_amount]))
D. a measure that uses the following formula: SUM(Sales[sales_amount])
The sales department requires reports that contain the number of sales transactions.
A. a measure column that uses the following formula: SUMX(FILTER(‘Sales’, ‘Sales’[sales_amount] > 0))
You need to grant access to the business unit analysts.
What should you configure? To answer, select the appropriate options in the answer area.
PERMISSIONS REQUIRED IN POWERBI.COM:
Acess permissions to an app
The member role to the workspace
The Viewer role to the workspace
PERMISSIONA FOR THE PROFIT AND LOSS DATASET:
Build
Delete
Reshare
Contoso identifies the following security requirements for analyst access:
Analysts must be able to access all balance sheet and product catalog data.
Analysts must be able to access only the profit and loss data of their respective business unit.
Analysts must be able to create new reports from the dataset that contains the profit and loss data, but the reports built by the analysts must NOT be included in the quarterly reports for the board.
Analysts must NOT be able to share the quarterly reports with anyone.
Analysts must NOT be able to make new reports by using the balance sheet data.
PERMISSIONS REQUIRED IN POWERBI.COM:
Access permissions to an app
PERMISSIONA FOR THE PROFIT AND LOSS DATASET:
Reshare
TEM QUE VERIFICAR SE REALMENTE É ESSA RESPOSTA NO SITE, POIS TINHAM DUVIDAS
**How should you distribute the reports to the board? **To answer, select the appropriate options in the answer area:
Grant access by: 1.sharing indivual reports, 2.using a workspace membership 3.Using an app
Grant acess to: 1.A dynamic distruition list 2. a mail-enable security group in azure active directory. 3.Individual user emails
AZURE SQL DATABASE
The company wants to provide the board with a single package of reports that will contain custom navigation and links to supplementary information.
3.Using an app
2.A mail-enabled security gourp in Azure active Directory
essa reposta nao coincido com a que tá no examtopics…depois verificar
You need to ensure that the data is updated to meet the report requirements. The solution must minimize configuration effort.
What should you do?
A. From each report in powerbi.com, select Refresh visuals.
B. From Power BI Desktop, download the PBIX file and refresh the data.
C. Configure a scheduled refresh without using an on-premises data gateway.
D. Configure a scheduled refresh by using an on-premises data gateway.
abendo que data an sources vem do Azure sql database
C. Configure a scheduled refresh without using an on-premises data gateway.
You need to update the Power BI model to ensure that the analysts can quickly build drill-downs from business unit to product in a visual.
What should you create?
A. a group
B. a calculated table
C. a hierarchy
D. a calculated column
C. a hierarchy
for drill-down always need hierarchy
Question
What should you create to meet the reporting requirements of the sales department?
A. a measure that uses a formula of COUNTROWS(Sales)
B. a calculated column that use a formula of COUNTA(Sales[sales_id])
C. a calculated column that uses a formula of SUM(Sales[sales_id])
D. a measure that uses a formula of SUM(Sales[sales_id])
In the Sales table, the sales_id column represents a unique transaction (Sales[sales_id])
The sales department requires reports that contain the number of sales transactions.
A. a measure that uses a formula of COUNTROWS(Sales)
What should you do to address the existing environment data concerns?
A. a calculated column that uses the following formula: ABS(Sales[sales_amount])
B. a measure that uses the following formula: SUMX(FILTER(‘Sales’, ‘Sales’[sales_amount] > 0)),[sales_amount])
C. a measure that uses the following formula: SUM(Sales[sales_amount])
D. a calculated column that uses the following formula: IF(ISBLANK(Sales[sales_amount]),0, (Sales[sales_amount]))
Existing Environment. Data Concerns
You are concerned with the quality and completeness of the sales data. You must ensure that negative and missing sales_amount values do NOT contribute to the total sales amount calculation.
B. a measure that uses the following formula: SUMX(FILTER(‘Sales’, ‘Sales’[sales_amount] > 0),[sales_amount])
You need to create a calculated column to display the month based on the reporting requirements.
Which DAX expression should you use?
A. FORMAT(‘Date’[date],”MMM YYYY”)
B. FORMAT(‘Date’[date_id],”MMM”) & “ “ & FORMAT(‘Date’[year], “#”)
C. FORMAT(‘Date’[date_id],”MMM YYYY”)
D. FORMAT(‘Date’[date],”M YY”)
Existing Environment. Reporting Requirements
Litware identifies the following reporting requirements:
Users must be able to see the month in each report as shown in the following example: Feb 2020.
‘Date’[date], TYPE DATE
‘Date’[date_id], TYPE INT
A. FORMAT(‘Date’[date],”MMM YYYY”)
You need to create the required relationship for the executive’s visual.
What should you do before you can create the relationship?
A. Change the data type of Sales[region_id] to Whole Number.
B. Change the data type of Sales[region_id] to Decimal Number.
C. In the Sales table, add a measure for Sum(sales_amount).
D. Change the data type of Sales[sales_id] to Text.
Sales[region_id] TYPE IS VARCHAR
Sales_Region[region_id] TYPE IS INTEGER
The sales managers must be able to see only the sales data of their respective region.
The sales managers require a visual to analyze sales performance versus sales targets.
A. Change the data type of Sales[region_id] to Whole Number.
You need to get data from the Microsoft SQL Server tables.
What should you use to configure the connection?
A. Import that uses a Microsoft account
B. Import that uses a database credential
C. DirectQuery that uses a database credential
D. DirectQuery that uses the end-user’s credentials
Reporting Requirements
The maximum allowed latency to include transactions in reports is five minutes.
C. DirectQuery that uses a database credential
VERIFICAR SE ESSA CONTINUA SENDO A REPOSTA CORRETA
You need to create the dataset.
Which dataset mode should you use?
A. Import
B. DirectQuery
C. Composite
D. live connection
DOIS DATA SOURCES NO POWERBI 1 AZURE SQL DATABASE COM 2 GB E O OUTRO MICROSOFT EXCEL SPREADSHEET COM 5 MB.
C. Composite
TÁ BEM BALANÇADA A RESPOSTA NO EXAMTOPICS
pergunta PAGINA 28 QUESTION 2 TOPIC 6
C. Distribute an app to the users in the Azure Active Directory group of the sales department.
pergunta PAGINA 28 QUESTION 3 TOPIC 7
1) Create four roles
2) add DAX filters
3) publish
4) add role members
DISSERAM QUE ESSA CAIU NO EXAME EM 04/06/2024
Which DAX expression should you use to get the ending balances in the balance sheet reports?
A. CALCULATE ( SUM( BalanceSheet[BalanceAmount] ), LASTDATE ( ‘Date’[Date] ) )
B. CALCULATE ( SUM( BalanceSheet[BalanceAmount] ), DATESQTD(‘Date’[Date]) )
C. FIRSTNONBLANK (‘Date’[Date] SUM( BalanceSheet[BalanceAmount] ) )
D. CALCULATE ( MAX( BalanceSheet[BalanceAmount] ), LASTDATE (‘Date’[Date] ))
A. CALCULATE ( SUM( BalanceSheet[BalanceAmount] ), LASTDATE ( ‘Date’[Date] ) )
Explicação:
Em um balanço patrimonial, o saldo final geralmente se refere ao valor na data mais recente de um determinado período. A expressão LASTDATE(‘Date’[Date]) recupera a última data no período selecionado, e CALCULATE(SUM(BalanceSheet[BalanceAmount]), LASTDATE(‘Date’[Date])) calcula o saldo nessa última data, que é a maneira mais comum de obter o saldo final em relatórios financeiros.
You have multiple dashboards.
You need to ensure that when users browse the available dashboards from powerbi.com, they can see which dashboards contain Personally Identifiable
Information (PII). The solution must minimize configuration effort and impact on the dashboard design.
What should you use?
A. Microsoft Information Protection sensitivity labels
B. tiles
C. comments
D. Active Directory groups
A. Microsoft Information Protection sensitivity labels
Explicação:
Os rótulos de sensibilidade do Microsoft Information Protection (MIP) são projetados para ajudar a classificar e proteger informações sensíveis, como Informações Pessoais Identificáveis (PII). Ao aplicar esses rótulos aos dashboards do Power BI, você pode indicar aos usuários que determinados dashboards contêm PII sem alterar o design do dashboard ou exigir configurações adicionais. Essa abordagem também se integra perfeitamente com o Power BI e outros serviços da Microsoft, garantindo um impacto mínimo na funcionalidade do dashboard
pergunta PAGINA 27 QUESTION 25 TOPIC 4
- Analyze in Excel
- Grant build permission
CAIU NO EXAME JULHO/2024
You have five reports and two dashboards in a workspace.
You need to grant all organizational users read access to one dashboard and three reports.
Solution: You create an Azure Active Directory group that contains all the users. You share each selected report and the one dashboard to the group.
Does this meet the goal?
A. Yes
B. No
A. Yes
By creating an Azure Active Directory (AAD) group that contains all the users and sharing each selected report and the one dashboard to the group, you can grant read access to the selected resources to all users in the organization. This approach simplifies the management of access permissions since you can manage access for all users in one central place, the AAD group, instead of granting permissions to each user individually.
You publish a dataset to the Power BI service. The dataset contains a connection to an on-premises Microsoft SQL Server database.
You attempt to configure a scheduled refresh but cannot select the appropriate on-premises data gateway.
You confirm the following with the administrator of the gateway:
- You have the appropriate permissions to use the gateway.
- The data source was created on the gateway.
- The gateway has a status of Running.
What is the most likely reason the gateway is unavailable?
A. The type of data source is not supported by the on-premises data gateway.
B. The server name in the PBIX file does not match the data source name in the gateway.
C. The credentials for the data source are invalid.
D. The data source is configured to use single sign-on (SSO).
B. The server name in the PBIX file does not match the data source name in the gateway.
In Power BI, when you configure a data source to use an on-premises data gateway, the server name and other connection details in your PBIX file must match the data source configuration in the gateway. If there’s a mismatch in the server name or other connection details, the scheduled refresh won’t work, and you won’t be able to select the appropriate gateway.
You have a Power BI dataset and a connected report.
You need to ensure that users can analyze data in Microsoft Excel only by connecting directly to the dataset.
You grant the users the Build permission for the dataset.
What should you do next?
A. Certify the dataset used by the report.
B. Change the default visual interaction for the report.
C. For the report, change the Export data setting to None.
D. For the report, change the Export data setting to Summarized data, data with current layout and underlying data.
C. For the report, change the Export data setting to None.
Question said “Only by connecting directly to the dataset.” it means the user should not be able to EXPORT the data from report.