Forum Discussion
popescu
7 years agoNew Member
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]...
- 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)