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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
moesteez
Helper I
Helper I

Joining two tables without filtering

Hi,

 

I feel like this should be easy but for the life of me cant seem to work it out.

 

I have two tables 'Employees' and 'Training'

 

Emplyees looks like:

EmployeeIDEmployeeName
1Gary
2Ben
3Mary

 

Training looks like:

TrainingProgramIDEmployeeIDTrainingProgramName
91Service
83Safety

 

If I join the tables and create a table with the EmployeeName and TrainingProgramName what I see is:

 

EmployeeNameTrainingProgramName
GaryService
MarySafety

 

But I what I want to see is all the employees, so that:

 

EmployeeNameTrainingProgramName
GaryService
Ben 
MarySafety

 

Does anyone know how I can get this result without filtering out the employees that dont also exist in the training table?

 

Thanks 

 

David

 

1 ACCEPTED SOLUTION
MartynRamsden
Solution Sage
Solution Sage

Hi @moesteez 

 

Click on the table visualisation and then, on the Visualisations pane, click the down arrow on 'EmployeeName'.

Select the option to 'Show items with no data'.

 

Capture.JPG

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Your missing rows will then appear.

 

Best regards,

Martyn

 

If I answered your question, please help others by accepting it as a solution.

View solution in original post

4 REPLIES 4
Thim
Resolver V
Resolver V

How has Power BI choosen to handle your values?

 

When i made the table, it sometimes choose the setting "First TrainingProgramName"

When it did this, i got the same result as you.

 

image.png

 

When i change this from "First" to "Don't Summarize" I got the names of those without any Training Programs.

 

image.png

 

Hope this will help. 🙂

 

 

MartynRamsden
Solution Sage
Solution Sage

Hi @moesteez 

 

Click on the table visualisation and then, on the Visualisations pane, click the down arrow on 'EmployeeName'.

Select the option to 'Show items with no data'.

 

Capture.JPG

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Your missing rows will then appear.

 

Best regards,

Martyn

 

If I answered your question, please help others by accepting it as a solution.

this saved me from re-doing my entire 50-table report. thank you.

Thank you! @MartynRamsden 

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

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

Top Solution Authors