Skip to main content

What is the difference between all and allselected in power bi?

Table of Contents

ALL removes all filters from a specified column or table, returning unfiltered data for calculations.

ALLSELECTED retains the user’s selections or filters on the specified column while removing filters from other columns, allowing for more selective adjustments.

In short, ALL ignores both the column filter context and the row filter context. In contrast, ALLSELECTED only disregards the row context while preserving column-specific filter selections.

Add comment