Forum Discussion
Bamak
5 years agoHelper V
Query M - Merge 2 Big Query tables - Lef join issue
Hi, I'm trying to merge 2 bigquery tables in query M via Left outer , but i'm facing a strange issue Info : If inner join , there is no problem Exception: ExceptionType: Microsoft.Mashup...
- 5 years ago
Hi
apparently the columns used in left join must be in REQUIRED mode
The query folding will be more refined, without OR conditions in the ON
Bamak
5 years agoHelper V
Hi Amit
Query is generated 100% by Desktop (query M)
4 steps only
Issue on a "simple" merge left join
Thanks a lots for informations
Bamak
5 years agoHelper V
Hi
apparently the columns used in left join must be in REQUIRED mode
The query folding will be more refined, without OR conditions in the ON