Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
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.
You can actually specify which filtering behavior you want.
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:
User | Count |
---|---|
64 | |
55 | |
46 | |
31 | |
31 |
User | Count |
---|---|
84 | |
74 | |
49 | |
48 | |
41 |