0
0
Power BIbi_tool~5 mins

Filtering rows in Power BI - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What does filtering rows mean in Power BI?
Filtering rows means selecting only the data that meets certain conditions, so you see just the information you need.
Click to reveal answer
beginner
How do you apply a filter to a table visual in Power BI?
You drag a field to the Filters pane and set the condition, like choosing specific values or ranges to show only matching rows.
Click to reveal answer
beginner
What is a slicer in Power BI?
A slicer is a visual filter that lets users click buttons or select items to filter data on the report page easily.
Click to reveal answer
intermediate
Write a simple DAX formula to filter rows where Sales are greater than 1000.
FILTER(SalesTable, SalesTable[Sales] > 1000)
Click to reveal answer
beginner
Why is filtering rows important in reports?
Filtering rows helps focus on relevant data, making reports clearer and easier to understand, like looking only at your favorite items in a store.
Click to reveal answer
Which Power BI feature lets you filter data by clicking buttons on the report?
ACalculated Column
BMeasure
CSlicer
DData Model
What does the FILTER function in DAX do?
AChanges the color of a visual
BCreates a new table with rows that meet a condition
CAdds a new column to a table
DDeletes rows from the data source
Where do you set filters for a visual in Power BI Desktop?
AFilters pane
BData view
CModel view
DBookmarks pane
If you want to see only sales from 2023, what type of filter would you use?
ADate filter
BText filter
CNumeric filter
DNo filter needed
Which of these is NOT a way to filter rows in Power BI?
AUsing slicers
BApplying filters in the Filters pane
CWriting DAX FILTER expressions
DChanging the data source file format
Explain how filtering rows helps improve a Power BI report.
Think about how you choose only what you want to see in a list.
You got /4 concepts.
    Describe three ways to filter rows in Power BI.
    One way is visual, one is interactive, and one is formula-based.
    You got /3 concepts.