14 Sep 100 Power BI MCQ (Multiple Choice Questions) with Answers
Show Answer
Explanation
2) Which Power BI component is used to transform and clean data before loading it into the model?
Show Answer
Explanation
3) Which language is used to write calculations and custom metrics in Power BI data models?
Show Answer
Explanation
4) What is the default file extension for a saved Power BI Desktop file?
Show Answer
Explanation
5) Which component of Power BI allows you to publish reports to the cloud and share them with colleagues?
Show Answer
Explanation
6) What is the language used under the hood by Power Query for data transformation step creation?
Show Answer
Explanation
7) Which storage mode keeps data entirely in memory inside the Power BI model?
Show Answer
Explanation
8) In which mode does Power BI not store data locally, but queries the underlying data source directly at runtime?
Show Answer
Explanation
9) What is a Power BI template file extension?
Show Answer
Explanation
10) What tool is used to create paginated reports in Power BI?
Show Answer
Explanation
11) Which tab in Power Query Editor contains the option to split a column by delimiter?
Show Answer
Explanation
12) What action converts rows into columns in Power Query?
Show Answer
Explanation
13) Which transformation converts attribute-value column pairs back into a wide table structure?
Show Answer
Explanation
14) What is the difference between “Merge Queries” and “Append Queries”?
Show Answer
Explanation
15) Where can you view the step-by-step audit log of all transformations applied in Power Query?
Show Answer
Explanation
16) How do you inspect or edit the full M code written for a query in Power Query Editor?
Show Answer
Explanation
17) Which join type in Power Query returns all rows from the first table and matching rows from the second table?
Show Answer
Explanation
18) What feature in Power Query allows you to pass dynamic values into queries or connection strings?
Show Answer
Explanation
19) Which function in Power Query allows you to replace null values across selected columns?
Show Answer
Explanation
20) What operation copies values from non-null cells down to subsequent empty/null cells in a column?
Show Answer
Explanation
21) What does the “Enable Load” option on a query control?
Show Answer
Explanation
22) What happens when you disable “Include in report refresh”?
Show Answer
Explanation
23) What is query folding in Power Query?
Show Answer
Explanation
24) Which of the following operations prevents query folding from occurring on subsequent steps?
Show Answer
Explanation
25) What is the result of using the “Group By” feature in Power Query?
Show Answer
Explanation
26) What type of relationship schema is considered best practice for Power BI data modeling?
Show Answer
Explanation
27) In a Star Schema, what table typically contains numeric measures, transaction logs, and foreign keys?
Show Answer
Explanation
28) What table contains descriptive attributes used for filtering and slicing analytical visuals?
Show Answer
Explanation
29) What is the recommended cross-filter direction for relationships between Dimension and Fact tables?
Show Answer
Explanation
30) What problem can arise from setting cross-filtering to “Both” across multiple tables indiscriminately?
Show Answer
Explanation
31) What is cardinality in Power BI data modeling?
Show Answer
Explanation
32) How many active relationships can exist between any two tables at one time in Power BI?
Show Answer
Explanation
33) Which DAX function can activate an inactive relationship within a specific measure calculation?
Show Answer
Explanation
34) What function fetches a related column value from a dimension table into a fact table across an existing relationship?
Show Answer
Explanation
35) What is a Role-Playing Dimension in data modeling?
Show Answer
Explanation
36) Which view in Power BI Desktop displays table structures, primary/foreign keys, and relationship links?
Show Answer
Explanation
37) What is a Surrogate Key?
Show Answer
Explanation
38) What does a dotted line between two tables in the Model View signify?
Show Answer
Explanation
39) What type of table is created solely using DAX formulas in Power BI Desktop?
Show Answer
Explanation
40) Why should high-cardinality continuous numeric fields be kept out of dimension tables when possible?
Show Answer
Explanation
41) What is the key distinction between a Calculated Column and a Measure in DAX?
Show Answer
Explanation
42) Which DAX function alters the current filter context applied to a calculation?
Show Answer
Explanation
43) What type of evaluation context is created automatically when iterating line by line over a table in DAX?
Show Answer
Explanation
44) Which DAX function transitions an existing Row Context into an equivalent Filter Context?
Show Answer
Explanation
45) Which function removes all filters applied to a table or column regardless of user selection on visuals?
Show Answer
Explanation
46) What DAX function returns a single-column table containing unique values from a column in the current filter context?
Show Answer
Explanation
47) What iterator DAX function evaluates an expression for each row of a table and sums up the total?
Show Answer
Explanation
48) What DAX function returns the current value of a column if only one distinct value exists in the filter context, otherwise returning an optional alternative?
Show Answer
Explanation
49) Which DAX function returns the year-to-date total of a measure given a date column?
Show Answer
Explanation
50) Which Time Intelligence function compares data against the exact same calendar period from the previous year?
Show Answer
Explanation
51) How does DIVIDE(a, b) handle cases where the denominator b is zero?
Show Answer
Explanation
52) What function is used to create a dedicated Date/Calendar table dynamically in DAX based on start and end dates?
Show Answer
Explanation
53) Which function ignores any external filters applied to a table, EXCEPT for specified columns?
Show Answer
Explanation
54) What DAX function evaluates a table and keeps existing context filters while adding new conditions without overriding them completely?
Show Answer
Explanation
55) What is the output type of the DAX function HASONEVALUE(ColumnName)?
Show Answer
Explanation
56) Which of the following is considered an iterator function in DAX?
Show Answer
Explanation
57) Which DAX time intelligence function shifts a set of dates by a specified time interval (e.g., months, quarters, years)?
Show Answer
Explanation
58) What DAX function creates an explicit variable scope within a measure definition?
Show Answer
Explanation
59) What does COALESCE(expression1, expression2, …) do in DAX?
Show Answer
Explanation
60) Which DAX function evaluates multiple condition pairs and returns a corresponding result value (similar to SQL CASE statements)?
Show Answer
Explanation
61) Which native Power BI visual is best suited for demonstrating part-to-whole categorical contributions in a stacked bar format?
Show Answer
Explanation
62) What visual feature lets users dive down from a high-level category to sub-category details within the same visual chart?
Show Answer
Explanation
63) What functionality navigates a user from a high-level summary report page to a dedicated, detailed report page filtered for a specific entity?
Show Answer
Explanation
64) What tool inside Power BI Desktop allows you to capture and save the current state of a report page (filters, visual visibility, slicers)?
Show Answer
Explanation
65) Which pane in Power BI Desktop is used to control the tab order and visibility of individual visual elements on a report canvas?
Show Answer
Explanation
66) What type of custom page can be displayed when a user hovers their cursor over a visual element?
Show Answer
Explanation
67) Which feature allows a slicer on one report page to filter visuals on other report pages across the file?
Show Answer
Explanation
68) What native feature highlights related data points in other visuals on the canvas when selecting an element in one chart?
Show Answer
Explanation
69) Which formatting option allows cell background colors or text in a Table/Matrix visual to change dynamically based on measure values?
Show Answer
Explanation
70) What specialized visual displays key performance indicators along with a goal target and trendline?
Show Answer
Explanation
71) Which chart type effectively illustrates sequential step-by-step gains and losses leading to a net total value?
Show Answer
Explanation
72) What visual type is ideal for visualizing rank changes across categories over discrete time periods?
Show Answer
Explanation
73) What is the main purpose of using Field Parameters in Power BI report development?
Show Answer
Explanation
74) How can you prevent a specific chart on a canvas from reacting when a user interacts with a slicer on the same page?
Show Answer
Explanation
75) What feature allows users to inspect underlying data records directly from a specific visual data point?
Show Answer
Explanation
76) Where are workspaces, data flows, apps, and dashboards hosted centrally for organization-wide sharing?
Show Answer
Explanation
77) What is the primary operational software required to connect Power BI Service to on-premises data sources for scheduled data refresh?
Show Answer
Explanation
78) What is the maximum data refresh frequency allowed per day for datasets hosted in a Power BI Pro workspace?
Show Answer
Explanation
79) How many scheduled refreshes per day are supported for datasets hosted under Power BI Premium capacity?
Show Answer
Explanation
80) What feature in Power BI allows developers to publish a curated collection of reports and dashboards to end-users as a single packaged solution?
Show Answer
Explanation
81) What component in Power BI Service allows users to pin individual visuals from different reports onto a single single-page view?
Show Answer
Explanation
82) Which role in a Power BI Workspace allows users to view content but prevents them from editing, deleting, or adding users?
Show Answer
Explanation
83) Which workspace role can publish, edit, and delete content, as well as modify workspace settings and permissions?
Show Answer
Explanation
84) What security feature in Power BI restricts data access at the row level based on user identity or group membership?
Show Answer
Explanation
85) Which DAX function is commonly used inside Row-Level Security (RLS) role rules to capture the current user’s login email?
Show Answer
Explanation
86) What feature allows administrators to move reports through Development, Test, and Production environments systematically inside Power BI Service?
Show Answer
Explanation
87) What is a Dataflow in Power BI Service?
Show Answer
Explanation
88) Where are datasets stored when created via Dataflows in Power BI?
Show Answer
Explanation
89) What is the dataset size limit for a single model in a standard Power BI Pro license environment?
Show Answer
Explanation
90) Which feature automatically sends email snapshots of reports or dashboards to designated users on a recurring schedule?
Show Answer
Explanation
91) What built-in diagnostic tool in Power BI Desktop measures and breaks down the duration required to refresh and render visual elements?
Show Answer
Explanation
92) Which engine inside Power BI is responsible for compressing, storing, and querying columnar data in memory?
Show Answer
Explanation
93) What external tool is widely used by Power BI developers to analyze DAX query execution plans and optimize measure performance?
Show Answer
Explanation
94) What external open-source tool allows developers to manipulate Tabular Model Metadata (BIM files) directly without loading visual interfaces?
Show Answer
Explanation
95) What security feature prevents users from accessing specific table objects or sensitive columns altogether?
Show Answer
Explanation
96) What security integration allows organizations to classify and protect sensitive Power BI data assets based on Microsoft Purview policies?
Show Answer
Explanation
97) What is an Incremental Refresh in Power BI?
Show Answer
Explanation
98) Which two parameters are strictly required by Power BI to configure Incremental Refresh in Power Query?
Show Answer
Explanation
99) What optimization strategy reduces the storage footprint of a datetime column significantly?
Show Answer
Explanation
100) What is Composite Model mode in Power BI?
No Comments