Forum Discussion

popescu's avatar
popescu
New Member
7 years ago
Solved

Table row conditional Formula

Currently, I have next measure which gives the expected result for  the rows 1801.00 and 0801.00:   "Formula 1" CALCULATE(IF([Invoiced to date]<[Work Budget]; IF([Invoiced to date]<[Commitments]...
  • hthota's avatar
    hthota
    7 years ago

    As per need create the that cloumn as measure:

     

    Measure=sum(Project budget lines'[Cost line])

     

    Later

    Measure 1= if(Measure in condtion, Formula1, Formula2)