Forum Discussion
tlh
6 years agoFrequent Visitor
Using LOOKUPVALUE to compare two values with duplicates
New to DAX and its language. I am trying to make a measure that gives feedback if a date from one column is greater than a date in another column. This is for multiple projects that are using the s...
lbendlin
6 years agoSuper User
What is your plan for scenarios when either of the entries is missing or duplicated?
tlh
6 years agoFrequent Visitor
Thanks for your help, but still not working. Here is what I'm doing. I duplicated the data into a table called TestTable and updated your formula.
No plans for that yet. It should never happen as they are a part of the template used.
- nandic6 years agoResident Rockstar
tlh there are fields underlined with red line, it means that there is no such field in your table/model. Check these and make sure you type it correctly.
Another thing, if there are no underlined fields and you get error that it cant get single value (as on screenshot) it means that there is still column in table which we need to add in lookup as on current lookup parameters dax cant find unique value.