Bring Back All Records from Main Table even when they dont appear in any Linked Tables

Simonc64

Active Member
Joined
Feb 15, 2007
Messages
251
Office Version
  1. 365
Hi All

Complete novice with Power BI but learning!

My immediate problem is that i have one central data table, to which ive attached by custimer id code, 2 satellite tables containing client markers A or B, but not all customers in the satellite tables are present in the central data table; and nor are there duplicate customer id's in the 2 satellite tables.

My existing visual is a simple list of customers deatails from the central data table and works fine as there is nothing complcayed about it. However I need the visual to show the markers against each customer where applicable, and where there is no marker the visual should show "Missing".

On dragging the marker from the first satellite table to the visual, the list is reduced to only those cases that are in both tables - because apparently thats how Power BI works.

Being a novice i cant query that opinion and have been told i need to create a measure, hence my query here. How do i make sure that the visual shows every record that matches in either satellite table, is returned with the appropriate marker from the satellite tables, and those that dont match anywhere comeback with a "Missing" value.

All/any help would be gratefully received !

Simon
 

Excel Facts

How to show all formulas in Excel?
Press Ctrl+` to show all formulas. Press it again to toggle back to numbers. The grave accent is often under the tilde on US keyboards.
Hi All

Complete novice with Power BI but learning!

My immediate problem is that i have one central data table, to which ive attached by custimer id code, 2 satellite tables containing client markers A or B, but not all customers in the satellite tables are present in the central data table; and nor are there duplicate customer id's in the 2 satellite tables.

My existing visual is a simple list of customers deatails from the central data table and works fine as there is nothing complcayed about it. However I need the visual to show the markers against each customer where applicable, and where there is no marker the visual should show "Missing".

On dragging the marker from the first satellite table to the visual, the list is reduced to only those cases that are in both tables - because apparently thats how Power BI works.

Being a novice i cant query that opinion and have been told i need to create a measure, hence my query here. How do i make sure that the visual shows every record that matches in either satellite table, is returned with the appropriate marker from the satellite tables, and those that dont match anywhere comeback with a "Missing" value.

All/any help would be gratefully received !

Simon
I guess if it was in excel it would be something like IF(ISNA(VLOOKUP(A1,'Satellite1'!A:B,2,0)),"Missing",VLOOKUP(A1,'Satellite1'!A:B,2,0))
 
Upvote 0

Forum statistics

Threads
1,215,079
Messages
6,123,009
Members
449,093
Latest member
ikke

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top