Forum Discussion
Pablinho
3 years agoHelper I
Circular dependency when using calculated column
Hello! This is my scenario. I have one table with % rates for different terms. My goal is to display a line graph that shows how the rate increases over time. So, if the rate in the first term wa...
some_bih
3 years agoCommunity Champion
Hi Pablinho is statement below return any value at all?
CALCULATE(sum(Masterfile[Awarded]),Masterfile[STATUS]="GRD") * 100
Pablinho
3 years agoHelper I
Yes, it gives the correct value but only for the ActualRate column. The error comes from the Result column when I try to use the ActualRate column value instead of the Rate one.