Power BI MCQs
Power BI MCQs
MCQ 1
In Power Query, after loading TT’s financial data, which step should be performed first to avoid incorrect
data types in Power BI reports?
A) Remove Blank Rows
B) Promote Headers
C) Change Data Types
D) Remove Duplicates
Answer: B
MCQ 2
You want to calculate Gross Profit Margin for FV using DAX. The correct measure would be:
A) [Gross Profit] + [Revenue]
B) DIVIDE([Gross Profit], [Revenue])
C) [Gross Profit] * 100
D) SUM([Revenue]) / SUM([Gross Profit])
Answer: B
MCQ 3
To dynamically create a Date_Table in Power BI from earliest to latest sales date of both FV and TT:
A) Use CALENDAR() with MIN and MAX of Sale Date
B) Create manually in Excel
C) Use CALENDARAUTO() without filters
D) Import existing Date Table from SQL
Answer: A
MCQ 4
Which feature allows slicers to affect all dashboards simultaneously in Power BI?
A) Drillthrough
B) Report Level Filters
C) Bookmarks
D) Sync Slicers
Answer: D
MCQ 5
In a YOY Sales Growth% report for TT, which DAX function retrieves last year’s sales?
A) PREVIOUSYEAR()
B) SAMEPERIODLASTYEAR()
C) TOTALYTD()
D) YEARFRAC()
Answer: B
MCQ 6
To display sales trend with drill-down from Year → Quarter → Month for FV:
A) Stacked Bar Chart
B) Line Chart with Date Hierarchy
C) Table Visual
D) Waterfall Chart
Answer: B
MCQ 7
Which Power BI feature allows navigation from title page to dashboards?
A) Tooltips
B) Bookmarks with Buttons
C) Drillthrough Filters
D) Page Navigation Visual
Answer: B
MCQ 8
To calculate Current Ratio in TT financial report:
A) Calculated Column
B) DAX Measure
C) M Query Transformation
D) Conditional Formatting
Answer: B
MCQ 9
Best visual for comparing budgeted vs actual sales across years?
A) Pie Chart
B) Clustered Column Chart
C) Line Chart
D) KPI Card
Answer: B
MCQ 10
To display analysis comments in Power BI dashboard:
A) Data Table
B) Tooltip
C) Text Box Visual
D) Page Header
Answer: C
MCQ 11
To merge FV and TT data based on Product ID, retaining all rows from TT:
A) Inner Join
B) Left Outer Join
C) Right Outer Join
D) Full Outer Join
Answer: B
MCQ 12
Which DAX function helps calculate Month-to-Date (MTD) Sales?
A) TOTALMTD()
B) TOTALYTD()
C) SAMEPERIODLASTYEAR()
D) DATESMTD()
Answer: A
MCQ 13
For Waterfall chart showing yearly sales growth, category axis should be:
A) Revenue
B) Year Column
C) Gross Profit
D) Sales Growth %
Answer: B
MCQ 14
To highlight Top 5 regions by sales:
A) Visual Filter with Top N
B) Slicer
C) Conditional Formatting
D) Drillthrough
Answer: A
MCQ 15
To calculate Return on Equity (ROE) in DAX:
A) Net Income / Equity
B) Revenue / Equity
C) Equity / Net Income
D) Net Income * Equity
Answer: A
MCQ 16
Step to rename multiple columns in Power Query:
A) Transform → Rename Columns
B) Home → Manage Columns
C) Transform → Use Headers as First Row
D) Transform → Rename with Column Transformations
Answer: A
MCQ 17
To restrict data visibility for users based on department:
A) Enable Bookmarks
B) Apply Row Level Security (RLS)
C) Use Drillthrough
D) Sync Slicers
Answer: B
MCQ 18
To handle error values in DAX measure:
A) IFERROR()
B) IF(ISERROR(...))
C) IFERROR or DIVIDE()
D) SWITCH()
Answer: C
MCQ 19
Visual best for Monthly Sales Performance trend:
A) Table
B) Line Chart
C) KPI Visual
D) Funnel
Answer: B
MCQ 20
Dynamic Titles in Power BI are created using:
A) Tooltip
B) Card Visual
C) Measure with CONCATENATE()
D) DAX Variable
Answer: C
MCQ 21
DAX function for cumulative Year-to-Date (YTD) Sales:
A) TOTALMTD()
B) TOTALYTD()
C) DATESINPERIOD()
D) SUMX()
Answer: B
MCQ 22
To create a mobile-friendly layout:
A) Tooltip View
B) Phone Layout View
C) Responsive Layout Toggle
D) Theme Selection
Answer: B
MCQ 23
DAX function to fetch data for same month in previous year:
A) PREVIOUSMONTH()
B) SAMEPERIODLASTYEAR()
C) DATESBETWEEN()
D) EARLIER()
Answer: B
MCQ 24
To apply conditional formatting when ROE < 10% appears in red:
A) Visual Level Conditional Formatting
B) Create New Table
C) DAX Column
D) Drillthrough
Answer: A
MCQ 25
To enable visuals to interact with each other dynamically:
A) Visual Filters
B) Edit Interactions
C) Static Pages
D) Visual Level Filters
Answer: B
MCQ 26
To auto-refresh Excel data stored in OneDrive:
A) Configure Data Gateway
B) No Gateway Required
C) Set Auto-refresh Schedule
D) Both B & C
Answer: D
MCQ 27
Best visual to show contribution of regions to sales %:
A) Pie Chart
B) Tree Map
C) Donut Chart
D) All of the above
Answer: D
MCQ 28
For Current Ratio calculation dynamically:
A) Calculated Column
B) DAX Measure
C) Power Query Transformation
D) Manual Entry
Answer: B
MCQ 29
Slicer to filter visuals based on multiple fields:
A) Hierarchical Slicer
B) Drillthrough
C) Custom Visual
D) Report Filter
Answer: A
MCQ 30
Back button on dashboards:
A) Insert Shape → Action → Page Navigation
B) Card Visual
C) Use Bookmarks
D) Enable Sync Slicer
Answer: A
MCQ 31
Feature to add tooltip description on hover:
A) Card Visual
B) Tooltip Page
C) Text Box
D) Header Tooltip
Answer: B
MCQ 32
To add slicers for Quarter & Year:
A) Hierarchy Field Slicer
B) Manual Selection
C) Drillthrough Filter
D) None
Answer: A
MCQ 33
Best visual to show variance between budgeted vs actual sales:
A) Table
B) Clustered Bar Chart
C) Waterfall Chart
D) Donut Chart
Answer: C
MCQ 34
To export report to Excel:
A) Export Data from Visual
B) Use Analyze in Excel
C) Power Query Export
D) Both A & B
Answer: D
MCQ 35
For creating Heat Map showing region-wise performance:
A) Conditional Formatting
B) Map Visual
C) Matrix Visual with Color Scale
D) All of the above
Answer: D
MCQ 36
Best step to remove unwanted columns in Power Query:
A) Remove Columns
B) Keep Columns
C) Remove Top Rows
D) Filter Rows
Answer: A
MCQ 37
To display total sales and gross profit for FV & TT side by side:
A) Clustered Column Chart
B) Table
C) KPI Visual
D) Line Chart
Answer: A
MCQ 38
Feature to apply slicer filters across report pages:
A) Page Level Filters
B) Report Level Filters
C) Sync Slicers
D) Bookmark Navigation
Answer: C
MCQ 39
For appending multiple Excel sheets:
A) Append Queries
B) Merge Queries
C) Import Separately
D) Use Transpose
Answer: A
MCQ 40
Feature enabling drill-down from Year → Quarter → Month:
A) Date Hierarchy
B) Bookmarks
C) Drill-through Filters
D) Tooltip Page
Answer: A
MCQ 41
To calculate % Change in Sales compared to previous year using DAX:
A) DIVIDE(Current Sales - Previous Sales, Previous Sales)
B) SUM(Current Sales) - SUM(Previous Sales)
C) (Current Sales * Previous Sales) / 100
D) IF(Current Sales > Previous Sales, 1, 0)
Answer: A
MCQ 42
Which DAX category is used for dynamic period-based calculations like MTD, QTD, and YTD?
A) Time Intelligence Functions
B) Mathematical Functions
C) Logical Functions
D) Statistical Functions
Answer: A
MCQ 43
If data source is SQL Server and you want to auto-refresh data in Power BI Service:
A) No Gateway Required
B) Configure Data Gateway
C) Schedule Auto Refresh Without Gateway
D) Manual Refresh Only
Answer: B
MCQ 44
Best visual to analyze Net Profit Trend for FV and TT over years:
A) Table Visual
B) Waterfall Chart
C) Line Chart
D) Clustered Column Chart
Answer: C
MCQ 45
To create dynamic ranking of products based on sales in Power BI:
A) RANKX() DAX Function
B) TOPN()
C) RANK.EQ()
D) SUMMARIZE()
Answer: A
MCQ 46
Where should comments, recommendations, or insights be displayed in a Power BI report?
A) Data Table
B) Text Box Visual
C) KPI Card
D) Tooltip
Answer: B
MCQ 47
To calculate FV’s contribution percentage in total sales of GM group:
A) DIVIDE(FV Sales, Total Sales)
B) FV Sales / Total Sales
C) SUM(FV Sales) * 100
D) FV Sales + Total Sales
Answer: A
MCQ 48
To remove leading and trailing spaces from text columns in Power Query:
A) Clean Function
B) Trim Function
C) Replace Function
D) Transform → Remove Rows
Answer: B
MCQ 49
To compare ROE of FV vs TT using Power BI visuals:
A) Line Chart
B) Pie Chart
C) Clustered Bar Chart with DAX Measure
D) Tree Map
Answer: C
MCQ 50
To create dynamic Page Titles based on selected Year and Company:
A) Tooltip Visual
B) DAX Measure using CONCATENATE()
C) KPI Card
D) Visual Header
Answer: B