Forum Discussion
Alernative to lookup value
- 5 years ago
Hi ansar,
You can try this measure.
Measure = SUMX('Data',RELATED('FX Rate'[Rate])*[Prov LC])
Or
You can create a column
column = RELATED('FX Rate'[Rate])*'Data'[LC amnt]
then change the measure Prov LC
Prov LC = CALCULATE(SUM(Data[column])*-1,'Data'[Type]="BF")
Best Regards
Community Support Team _ chenwu zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi ansar,
You can try this measure.
Measure = SUMX('Data',RELATED('FX Rate'[Rate])*[Prov LC])
Or
You can create a column
column = RELATED('FX Rate'[Rate])*'Data'[LC amnt]
then change the measure Prov LC
Prov LC = CALCULATE(SUM(Data[column])*-1,'Data'[Type]="BF")
Best Regards
Community Support Team _ chenwu zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.