Filter is not applied to a measure in the detail table

rugubara

New Member
Joined
Sep 22, 2024
Messages
1
Office Version
  1. 2021
Platform
  1. Windows
I've come across a strange behaviour of Power Pivot related to measures on fields of detail tables. I have the following simple model:

Grades (Grade code, Target Utilization)
Team (Name, Grade code) <links to the Grades on Grade Code>
Forecast (Name, Period, value, MaxValue) <links to Team on Name>

I calculate the utilization measure as sum(value)/sum(MaxValue) and I'd like to define a KPI on utilization based on the target utilization of the corresponding grade.
So I deline the TargetUtil% measure as min(Target Utilization).

I make the pivot table of this model and put Names to the rows, and periods to columns and TargetUtil% as Values. To my astonishment, is shows the minimal % of all records in the Grades table everywhere i.e. it doesn't filter the records for the Name to get the value of TargetUtil% that is associated with the grade the particular name has. If I remove the period from the columns - nothing changes. Still the global min is shown.

When I put the Name on the rows, the Grade from the Grades on the columns and my TargetUtil% measure to values, I can see why it works this way. All cells are filled. Cartesian of the Name and Grade is in the dataset. I wonder why it is so and how to make sure the link in the data model is honored and filtering happens ?

The sample file can be downloaded here MrExcelSample.xlsx
 

Excel Facts

When did Power Query debut in Excel?
Although it was an add-in in Excel 2010 & Excel 2013, Power Query became a part of Excel in 2016, in Data, Get & Transform Data.
Your Grade_Table is on One side and Team_Table is on the many side. So basically your Grade_Table is filtering Team_Table. Power Pivot only supports single direction so, you should get same number if you take Name column from Team_Table.
Create the Target utilization column in Team_Table by using Related function.
Then use that column as Min(Target Utilization)

Let me know if you need more help

Regards
sanalytics
 
Upvote 0

Forum statistics

Threads
1,223,101
Messages
6,170,116
Members
452,302
Latest member
TaMere

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