Forum Discussion

Jumper's avatar
Jumper
Helper I
3 years ago
Solved

Filtered calculation range - improving the DAX

Hi all   I just created a quick measure but the DAX appears very cumbersome.  I have very litle experience with DAX, so i'm hoping for some help to refine the formula.   I got as far adding up to...
  • Tanushree_Kapse's avatar
    3 years ago

    Hi Jumper ,

     

    You could write something like this:

    WIP value 0 t0 60 =
    CALCULATE(SUM(fact service WIP daily snapshot[WIP at Sell]), 
    fact service WIP daily snapshot[DaysNoLabour] >=0  &&  fact service WIP daily snapshot[DaysNoLabour] <=60)

     

    Hope this helps!

    Accept this answer as a solution if it solves your query. Kudos are always appreciated!

     

    Thanks!