Forum Discussion

Applicable88's avatar
Applicable88
Impactful Individual
3 years ago
Solved

How to integrate several depending parameter values most efficiently into one Measure?

Hello,   I have many sliders where I can set a percentage value. Here are "just" three of them:    To set the increment and the range of percentage I use the parameter functionality inside ...
  • lbendlin's avatar
    3 years ago

    The default way filters work is they are "stacked" on top of each other, as if you would say "AND".  This is true for individual columns, for tables, and for the entire data model. For example Ordertype = GreenMachine AND Ordersubtype = RedPlate

     

    What you seem to want is an "OR" filter  where you  append conditions like  Ordertype = GreenMachine OR Ordersubtype = RedPlate

     

    That is not something Power BI supports natively, you will have to implement that entirey through measures that you then use as visual filters.