Hi, this is my question. I try to do a merge join with two tables that don't have just one field in common. Both tables have two fields in commom (the date and the ID User). But one of them has a date that I want to take in just one table. So I have problems to do the merge join because I have two fields and Power BI just allow me to do Merge with one field in common. In fact, I was wondering if I can do this SQL Query in Power BI.
Select * from table A inner join table B on (A.ID_User=B.Id_User AND A.DateReg=B.DateReg)
Thanks for your time
Rolando