Forum Discussion
DAX LeftouterJoin No Relationship
- 6 years ago
v-juanli-msft ,
Thanks for the reply. Unfortunately I was looking for a route that did not consider using any relationships (active or inactive) while actively avoiding M-2-M. Considering performance vs data model size I opted with my original solution to use PowerQuery
You can use a cross join in Dax but it will make things slow. You can use it inside the filter to have your condition.
Also, use selectcolumns to rename and select columns as this will not Allow same name column.
Use summarize of top of it.
- hnguyen766 years agoResolver II
CROSSJOIN is definitely out of the question. I tried it with my dataset yesterday and it returned me 2 billion rows and took about 20 minutes to evaluate.
- amitchandak6 years agoSuper User
I think the option you planning to use of power query is better. What you actally want to achieve using merge