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.
It's a measure used as a field in a table.
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.