Forum Discussion
LEFT OUTER JOIN not working
- 4 years ago
If the matching is to be based on all 3 columns:
NewTable = EXCEPT ( Table1, Table2 )Regards
Hi,
New query, merge as new:
You can then delete the final column resulting from this query.
If the operation is to consider not just the code_ID column then select all columns as required when performing the merge, for example:
Regards
Regards
- jppuam4 years ago
Helper V
I was trying to do it with DAX, i'll try it like you said.
JP
- jppuam4 years ago
Helper V
Jos,
when i try to merge two query by code, ir gives me this error:
Expression.Error: The 'count' argument is out of range. What is the problem ?
thanks,
JP
- Jos_Woolley4 years ago
Solution Sage
Hi JP,
Most likely because you have some rows containing errors prior to the merge. Difficult to be sure without seeing the actual data though, I'm afraid.
Regards
- jppuam4 years ago
Helper V
Maybe its because of the size ? I'm filterinig 1,8M lines ?
The columns dont have any erros, can i do it by DAX ?
thanks,
JP