Forum Discussion
Anonymous
7 years agoNot applicable
Inner Join
Hey guys, I have a simple question regarding an Inner join with DAX. I am trying to replicate something that I have done in Python. new_df = pd.merge(tableA[["ID"]],tableB, how = 'inner', o...
- 7 years ago
Hi Anonymous ,
It looks that you just have to have a relationship between Table A and Table B on ID, as long as one of them is a Dim table (as you don't provide a sample data).
Hope it helps.
Fernando
calerof
Impactful Individual
7 years agoHi Anonymous ,
It looks that you just have to have a relationship between Table A and Table B on ID, as long as one of them is a Dim table (as you don't provide a sample data).
Hope it helps.
Fernando