Forum Discussion
FelipeF
6 years agoFrequent Visitor
Combine a date table with another dimension table without a key
Hello, I have two tables, Table A and Table B. Table A combines a dimension and a column of values. Table B is a single column of Week as a name. This name is manually defined periodically in an ...
- 6 years ago
FelipeF , Use cross join
https://docs.microsoft.com/en-us/dax/crossjoin-function-dax
But it is Cartesian product
amitchandak
Super User
6 years agoFelipeF , Use cross join
https://docs.microsoft.com/en-us/dax/crossjoin-function-dax
But it is Cartesian product
FelipeF
6 years agoFrequent Visitor
Thank you, I can work with this! Can you please explain the implications of it being a cartesian product?