Forum Discussion
Euclidean Distance measure with DAX
- Anonymous2 years ago
Hi AlessandroFossi ,
I looked at your DAX code and copied your values into Power BI and found the problem to be the following.
For this part of the image below, he needs to recreate two new tables.
You are using the NATURALINNERJOIN function, the join function 'NATURALINNERJOIN' requires at-least one common join column. So I think you can modify your code a bit.
Best Regards
Yilong Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi AlessandroFossi ,
I looked at your DAX code and copied your values into Power BI and found the problem to be the following.
For this part of the image below, he needs to recreate two new tables.
You are using the NATURALINNERJOIN function, the join function 'NATURALINNERJOIN' requires at-least one common join column. So I think you can modify your code a bit.
Best Regards
Yilong Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.