Forum Discussion
Need formula help
If there are no relationships between the tables, you should be using LOOKUPVALUE or TREATAS.
- yaya19742 years ago
Helper III
ok. I did sorta get it to work. using lookupvalue. However, the issue is from Table 1. The adj column is not filling in all the way, so I first need to get issue in table 1 fixed. here is my dax code for adj column in table 1. can anyone help fix this?
Thank you!
- sjoerdvn2 years ago
Solution Sage
mmm, didn't you say that your date columns where actually text type? If that is the case than things like MIN, MAX and EARLIER are not going to work if the date format is mmm-yy.
So you would need to create a proper date column first, and although you could try that in DAX, I would advice to do that in Power Query or even in the source if that's possible.- yaya19742 years ago
Helper III
Correct they were text, but I did already switch to date, to get the lookupvalue to work.
Biggest issues is getting all rows to fill in. Thanks!