Forum Discussion
Missing Values
- 8 years ago
I ended up figuring out what the issue was. I had a table with a relationship that was causing missing values because of the bidirectional nature of the relationship and the type. I removed it and just did it as a VLOOKUP and all is well :)
Thanks so much.
did you added this new calculation as a measure or column.
Can you try following, add as a new column:
Annual Salary (USD) Test = Active[Annual Salary (Local Currency)]*Related('FX Rates'[Exchange Rate])
- sokatenaj8 years agoAdvocate II
It's a measure used as a field in a table.
- parry2k8 years agoSuper User
Did you tried adding a column as suggested in my previous reply?
- v-huizhn-msft8 years agoMicrosoft Employee
Hi sokatenaj,
Please create a calculated column using the formula below in Table 'Active', and check if the value is blank for 5th and 6th rows.Exchange Rate=Related('FX Rates'[Exchange Rate])
Please respond to me if you have any other issue.
Best Regards,
Angelia- sokatenaj8 years agoAdvocate II
I ended up figuring out what the issue was. I had a table with a relationship that was causing missing values because of the bidirectional nature of the relationship and the type. I removed it and just did it as a VLOOKUP and all is well :)
Thanks so much.