DAX RANKX And Drill Through MCQS
Q. What does RANKX() do in DAX?
Solution:
RANKX() assigns a rank to each row of a table based on the value of a given expression.
Q. What is drillthrough in Power BI?
Solution:
Drillthrough lets a viewer jump from a data point to a dedicated, pre-filtered detail page.
Q. What does Power BI automatically add to a drillthrough destination page?
Solution:
Power BI automatically adds a back button to a drillthrough page so viewers can return to where they started.
Q. How can Top N filtering be applied in Power BI?
Solution:
Top N filtering can be applied either as a visual-level filter type or in DAX using the TOPN() function.
Q. What does RANKX(ALL(Products), [Total Sales]) rank against?
Solution:
Wrapping the table argument in ALL() removes existing filters, so the ranking is calculated against the complete list.
Q. What is Drillthrough Filters' relationship to the other filter types (visual-level, page-level, report-level)?
Solution:
Drillthrough filters are their own category, distinct from visual-, page-, and report-level filters, and only activate via the drillthrough interaction.
Get Question Bank
Strengthen Your Practice with our comprehensive question bank.