Forum Discussion
LOOKUPVALUE does not find data that does exist
- 2 years ago
Hi Syndicate_Admin
There are reasons for returning blanks when using lookupvalue function:-
No Matching Value:
- If there is no row in the table that matches the provided search conditions,
LOOKUPVALUEwill return a blank.
- If there is no row in the table that matches the provided search conditions,
-
Multiple Matching Values:
- If there are multiple rows that match the search conditions,
LOOKUPVALUEwill also return a blank to indicate ambiguity.
- If there are multiple rows that match the search conditions,
-
Missing or Blank Values in the Lookup Column:
- If the column being looked up contains blanks or is missing for the matching rows,
LOOKUPVALUEwill return a blank.
- If the column being looked up contains blanks or is missing for the matching rows,
For more assistance :
please share a pbix or some dummy data that keeps the raw data structure with expected results. It should help us clarify your scenario and test the coding formula.
How to Get Your Question Answered Quickly
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly.
-
Hi Syndicate_Admin
There are reasons for returning blanks when using lookupvalue function:
-
No Matching Value:
- If there is no row in the table that matches the provided search conditions,
LOOKUPVALUEwill return a blank.
- If there is no row in the table that matches the provided search conditions,
-
Multiple Matching Values:
- If there are multiple rows that match the search conditions,
LOOKUPVALUEwill also return a blank to indicate ambiguity.
- If there are multiple rows that match the search conditions,
-
Missing or Blank Values in the Lookup Column:
- If the column being looked up contains blanks or is missing for the matching rows,
LOOKUPVALUEwill return a blank.
- If the column being looked up contains blanks or is missing for the matching rows,
For more assistance :
please share a pbix or some dummy data that keeps the raw data structure with expected results. It should help us clarify your scenario and test the coding formula.
How to Get Your Question Answered Quickly
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly.
- Syndicate_Admin2 years agoAdministrator
The problem then is that there are multiple coinciding values. Is there a way for anyone I find to indicate it (even if there are several)?
- Anonymous2 years agoNot applicable
Hi apenaranda
Can you show some sample data of two tables in the table format? You say there are multiple coinciding values, do you mean one No_ value may have multiple Name values in the Contactos_sql table? Additionally, what is the cross-filter direction of the inactive relationship?
Best Regards,
Jing- Syndicate_Admin2 years agoAdministrator
I finally did it by power query.