Forum Discussion

IF's avatar
IF
Post Prodigy
6 years ago
Solved

multiple filters

Hi, Maybe this is a simple question but would like to know the best practice. I have the following table and I want to filter with the following and get the sum. - I have a slice for ID. Based on ...
  • JPScotland's avatar
    6 years ago

    I think the second formula reads better and probably minismises system overheads. 

  • lkalawski's avatar
    6 years ago

    Hi IF ,

     

    The second option is better because you don't load the table into the Filter function each time - you do it once.

    Is this measure the only one with such many conditions? If not and you will create more similar measures then in my opinion it is better to use slicers to filter the data.



    _______________
    If I helped, please accept the solution and give kudos! 😀

  • Sujit_Thakur's avatar
    6 years ago

    Dear IF  ,
    use measure 2 it will work out faster .

    Give kudos to motiavte .
    if this helped accept as solution
    Regards ,
    Sujit

  • amitchandak's avatar
    6 years ago

    IF , the second one is better. We should avoid the use of "OR" as far as possible. OR can slow down on big data