Forum Discussion
Anonymous
5 years agoNot applicable
Tabela com itens do Left Join
Boa tarde à todos.
Estou com uma dúvida, fiz uma tabela mesclada entre duas fontes de dados (SQL).
Onde atravez de um ProdutoID, consigo saber quais produtos possuem especificações técnicas.
No editor de tabelas, estão lá os produtos que não possuem especificações como NULL.
Porém, precisa que na visualização Tabela, aparecessem esses produtos com NULL também.
Alguém sabe como posso conseguir essa informação?
Desde já, agradeço.
- I think you are looking for Show Items with No data: https://docs.microsoft.com/en-us/power-bi/create-reports/desktop-show-items-no-data
Hopefully the images in that link will help.
3 Replies
- AllisonKennedyCommunity ChampionYou need to do a Left Outer Join, that will pull all products from Table 1 and if they have no record or specifications in Table 2 it will report null
I see you have titled this post Left Join, so I guess you knew that already.
Please can you explain what you have tried and describe what is not working?
You can do this in Power Query in Power BI, use the Merge button in the Home tab in Power Query, Join Kind, Left Outer.
Hopefully you can Google translate this post and this page to Portuguese: https://radacad.com/choose-the-right-merge-join-type-in-power-bi/?ref=818- AnonymousNot applicable
Bom dia Allison, tudo bem?
As mesclagens estão corretas, estão aparecendo alguns campos como Nulos, porém precisava que aparecesse também, na tabela de View.
Não sei se deu para entender, mas agradeço a disposição.
Abraços.
- AllisonKennedyCommunity ChampionI think you are looking for Show Items with No data: https://docs.microsoft.com/en-us/power-bi/create-reports/desktop-show-items-no-data
Hopefully the images in that link will help.