Reputation: 13
I have 3 tables:
I have a Power BI dashboard that shows 'Application' details (i.e. Type, status, etc...) including a list of the stakeholders that have a role for that application. I have a drill-through that allows users to pick a stakeholder from that list, and 'drill-through' to a 'Stakeholder' dashboard showing the chosen stakeholders details (i.e. what roles they have for various applications).
Within that 'Stakeholder' page I would like a search filter where I can change what stakeholder details I am looking at, without going back to the 'Application' dashboard to drill-through. This will allow a user to see all applications a stakeholder has a role in.
I am unsure how to approach this. I've read some people would duplicate the column they don't want drill-through, but not really sure how that solves it.
I've also tried creating a measure with the ALL function but receive this error:
Calculation error in measure 'Application'[Search]: A table of multiple values was supplied where a single value was expected.
If anyone has any work around, I would really appreciate it!
Upvotes: 0
Views: 86