PL-300 Flashcards
Get PL-300 certified
Which 3 objects can be pinned to a dashboard from a report?
- Custom visual
- Images
- Ribbon charts
Where can you view alerts from reports?
Email & notification center
You need to add a visual to a power bi dashboard. This visual does NOT exist on a report in the workspace/ What should you do first?
Select Ask a question about your data. The Q&A feature lets you create a visual by typing in a question about your data. This new visual can then be pinned to the dashboard, without adding it to a report.
What is the number of consecutive refresh failures that will automatically disable the refresh schedule?
4
What is the maximum number of refreshes that can be scheduled each day when you have a Power BI Premium per user workspace?
48
Gauge visual
Halve donut zoals in auto dashboard.
Ribbon chart
Hiring chart in consultimed dashboard
Key influencers visual?
Helps you understand correlated factors impacting a particular metric.
Constant line?
Either the X- or Y-axis constant line allows a DAX measure to be used to provide this value for the visual.
In PowerBI Desktop you need to create a role. Which two interfaces can you use?
Model view & Report view
You plan to use the calculated table functionality to add a duplicate table in Power BI desktop. Which characteristics of the original table will be duplicated?
Data only
Which type of DAX quick measure calculations will NOT work against a DirectQuery table?
time intelligence. Their functions have performance implications and are disabled for quick measures against DirectQuery tables. Mathematical operations, aggregate per category, and X-functions are all supported against DirectQuery.
What is a feature of an implicit measure that explicit measures do NOT have?
End-users can change the aggregation type of implicit measure from the Values well of a visual.
How can you reduce the cardinality of a column in a power BI dataset?
Reduce the number of distinct values.
What does the PATH function in DAX do?
Returns a string with identifiers of all the parents of the current identifier, which is used for flattening.
What does the PATHITEM function in DAX do?
Returns the item at the specified position of a string, which is also used for flattening.
What does the EXCEPT function do in DAX?
Returns rows from one table which do not appear in another table, which would require another table.
What does the CROSSJOIN function do in DAX?
Returns a Cartesian product of all rows from all tables that the function references.
What does the IGNORE function in DAX do?
Modifies the behavior of the SUMMARIZECOLUMNS function by omitting specific expressions from the BLANK/NULL evaluation.
What does the FILTER function do in DAX?
Returns a table that represents a subset of another table or expression.
You plan to get data from flate files for a Power BI dataset. You need to select a location to store the files. Which location requires an on-premises data gateway?
Shared folder on a local network.
You have a Power BI dataset that gets data from a table in a SQL Server database. From which view can you modify the storage mode of the table in PBI desktop?
Model view.
You need to minimize occurences of the timeout issues in SQL servers when creating a data source which uses a SQL SELECT statement. How?
Divide the SQL statement into separate data sources. This will minimize the amount of processing on the SQL Server side.
How can you create a table in Excel?
Select the data you want to import, press CTRL+T or choose the Table button, click OK and save the change.