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
amitchandak
5 years agoSuper User
Bamak , Have you give a custom query in advance option. Or generated by power bi.
If it generated by power bi and giving error, log an issue at -https://community.powerbi.com/t5/Issues/idb-p/Issues
- Bamak5 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
- Bamak5 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