Power Pivot - Applying a filter on a lookup table so that it applies to a table not directly linked to that lookup table.

mollypeake

New Member
Joined
Jun 10, 2020
Messages
2
Office Version
  1. 365
Platform
  1. Windows
Hey Guys,

I've only recently learnt how to use power query / power pivot etc. I have a situation where I have two large tables of data that are linked via a placement ID. I have created a placement ID lookup, as well as a date lookup. I have also made a venture lookup which is based off information that is only available in one of the two tables. Since the two tables are linked via the placement ID lookup, can they also be linked via the venture lookup? I would like to filter my subsequent power pivot on this venture lookup but the filter is only applied to the table from which the lookup was formed and not the other table. Is there a way I can link these?

Thanks
 

Excel Facts

How to calculate loan payments in Excel?
Use the PMT function: =PMT(5%/12,60,-25000) is for a $25,000 loan, 5% annual interest, 60 month loan.
Hi Molly, you can only have one relationship active at a time - others can be defined, but only one active. Inactive relationships can be enacted using CrossFilter. The other way, possibly, is to use Table Cross Filtering (sounds like I know what I'm talking about - but trust me I'm only a bit in front of you!). So if you were calculating a sum on the table without the venture listed I think you would write the measure something like this:

[nonVentureMeasure]=CALCULATE(Sum(tblNonVentures[number], tblVentures)

the column [number] is simply the numeric column you want to summarise from the table with our ventures listed. The tblVentures refers to the entire table containing the list of Ventures.

There are a number of useful blogs on the subject, but I've looked at them several times and still dont really know how it works. But it solved a problem for me.

A good read is PowerPivot and PowerBI by Rob Collie and Avichal Singh.

HTH
 
Upvote 0

Forum statistics

Threads
1,223,790
Messages
6,174,600
Members
452,574
Latest member
hang_and_bang

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