Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

Reply
Syndicate_Admin
Administrator
Administrator

Table does not show all data with left outer join

Hello everyone.

I am having difficulty finding a solution to this problem. Here's what I explain:

I have a table called DATA TRELLO. In it, each number belongs to a candidate who applies for a job and has his typical data such as the position to which he applies, the stage in which he is, his experience, etc. Here's an example:

data_operador1_0-1640765227276.png

I have the problem when I want to add columns that belong to other tables. For example, when I want to add the exam column of a product (which is in a different table ("Product Scores" table) to the one with all the data above) the following happens:

data_operador1_1-1640765521949.png

It simply stops showing the rows that don't have the "score" field filled in. If I also add another column from another table, what it does is add the rows that have "CRM Score" as if making a left join of the main table with the other two tables.

data_operador1_2-1640765671756.png

The model is connected as follows:

data_operador1_3-1640765881363.png

I've avoided applying cross filter in both directions to see if that fixed my problem with the table but it didn't work either. I also tried to merge between the "DATA TRELLO" table and the "product score" and "CRM score" tables using left outer join to add the exam score data directly from the DATA TRELLO table but the same thing still appears.

Is there anything I'm thinking of? Do you know what may be happening?

Thank you very much and greetings.

2 REPLIES 2
amitchandak
Super User
Super User

@Syndicate_Admin , try this option or add a measure with +0

eaxmple countows(Data_terllo) +0

 

ShowItemwithoutdata.JPG

Full Power BI Video 20 Hours YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

It worked. I've simply had to look for the option in a field other than scores.

Thank you so much!

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.