Forum Discussion
Bamak
Helper V
5 years agoQuery 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
Super User
5 years agoBamak , 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
Bamak
Helper V
5 years agoHi 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 ago
Helper 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