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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
Anonymous
Not applicable

Visual on drill through not returning what I expected

Hi

 

I have a relatively simple data model and am using some cascading drill through pages with.

 

I have a primary page/visual from which I drill into a 2nd page (using a person's Name), and on the 2nd page's visual drill into a 3rd (using an Opportunity #).

My problem is whilst my drill through column from page 2 to 3 is a single column, the page 3 visual seems to be filtered by the page 2 drill through.

 

I've built an example PBIX file - I've stored it on my GoogleDrive here.

 

The measure I'm displaying in the page 3 visual attempts to show a breakdown of the Opportunity value by Person (the value is attributed to) but I only seem to get the drill-through Name in the results.

I think I have the measure giving the correct value per person, but it only displays the one person.

 

I'm hoping it's just something simple I'm missing which will be easy to spot.

 

Thanks in advance. 

2 REPLIES 2
lbendlin
Super User
Super User

You can actually specify which filtering behavior you want.

 

lbendlin_0-1611277582366.png

 

Anonymous
Not applicable

Hi Ibendlin

 

Sorry, this doesn't change things. I only want the OppId filtering my measure.

Looking into this a bit more, my feel is the problem is the value measure in the chart - it only returns a value for the owner of the opportunity.

 

My measure is calculated as:

TotalReceivedForChart =
VAR Opp = SELECTEDVALUE(Opportunities[OppId])
RETURN
CALCULATE(
   SUM(Allocations[ReceivedAmount]),
   FILTER(
      Allocations,
      Allocations[OppId] = Opp
   )
)
 
I've added a table to show the data available to the measure and the results from the measure (see pic) - the measure needs to return the values of 100 for the cells under the blue box - I think once I can get this to work then the chart will give me what I'm after.
 

image.png

image.png

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors