Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
CloudMonkey
Post Prodigy
Post Prodigy

Or statement in FILTER not overriding exisitng filter context?

Hi,

 

I've uploaded my pbix file here -> https://ufile.io/dsp0vngv . I have the following data:

 

backend table.JPG

 

And two calculated measures:

answer c.JPGanswer d.JPG

 

Which I've displayed in the visuation table below:

output table.JPG

 

What I don't understand is that for answer c the below line of code is not overriding the existing filter context? i.e. why is every line of the above table visualisation not 5 for the answer d column? I thought the FILTER function leaves the existing filter context intact but then overrides any filter context where a filter is defined within the FILTER function?

Product[Color] = "Red" || Product[Brand] = "SQLBI"
 
Thanks for your help,
 
CM
1 REPLY 1
DouweMeer
Post Prodigy
Post Prodigy

@CloudMonkey 

 

I believe this is to the behavior of ALL. I've found ALLEXCEPT to supply a solution for most of these situations. It will remove implicit and explicit filters, with exception those applied ot the columns secified in the expression.

 

You can also try creating a custom table to see the result of your filter. 

filter ( filter ( your filter in the calculate ) , the implicit filters of the visual )

Helpful resources

Announcements
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel1

Power BI Monthly Update - May 2024

Check out the May 2024 Power BI update to learn about new features.