I have this measure that I'm trying to get right:
FinalAmount:=IF(values([accountDisplayTxt])="Net Parent investment",1,[Amount000])
But I get the error:
The value for 'accountDisplayTxt' cannot be determined. Either 'accountDisplayTxt' doesn't exist, or there is no current row for a column named 'accountDisplayTxt'.
Any suggestions?
FinalAmount:=IF(values([accountDisplayTxt])="Net Parent investment",1,[Amount000])
But I get the error:
The value for 'accountDisplayTxt' cannot be determined. Either 'accountDisplayTxt' doesn't exist, or there is no current row for a column named 'accountDisplayTxt'.
Any suggestions?