Forum Discussion
yaya1974
Helper III
2 years agoNeed formula help
Hello, I have 2 tables with absolutely nothing to create a relationship. But I need data from the first table into the second table, filtered on data from the second table. I have this formula but...
yaya1974
Helper III
2 years agook. 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!
sjoerdvn
Solution Sage
2 years agommm, 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.