Forum Discussion
Anonymous
6 years agoNot applicable
naturalinnerjoin date
Hi folks!! Hope you are doing well, and working from home 😉 I started to fight with NATURALINNERJOIN function...I hope not to lose 😉 I created 2 tables which are agregation of time from 2 ...
- Anonymous6 years agoUse COMBINEVALUES to create a calculated column in your tables and then create a relationship between them. Using JOINS like this in DAX is not the best solution or even Best Practice.
Relationships are the best solution and the fastest.
Best
D
Greg_Deckler
6 years agoCommunity Champion
Anonymous - You can use SELECTCOLUMNS when joining tables using NATURALINNERJOIN to rename any columns that are the same. In your case, if you want to join on two columns, you would likely want to concatenate those columns together and then join on that.
- Anonymous6 years agoNot applicable
Dear All,
Thanks for your feedback!
Actually, I managed to use the relationships to overcome my goal. I reviewed the star schema I created...
Thanks a lot
PY