I have two tables, one where are the incidents created and the date (table1), and another where are the people who were on duty on those dates (table2).
Table1
Table2
what I am looking for is to create in my table1 the column called "persona crea" in which I want to bring the personnel that was on duty (from table2) on that date that the incident is created. the tables have nothing in common to relate them. I make this simple example because my powerbi data has a lot of information. I hope you can help me, I tried the lookupvalue but it works when the tables have something in common, but this is not the case.