Forum Discussion
Dynamic Text for a Drill Through
SusanRay , You can create a measure like below and use that in title
Meausre = "Student enrollment for" & selectedvalue(Table[semester]) & " for selectedvalue(Table[Year]) & selectedvalue(Table[Gender]])
- SusanRay3 years agoHelper I
I have been able to create the first part with "Semester," "Year," and "Color Options" as dynamic values in my text box. (Thanks)
However, I cannot figure out how to add the values that are used to focus the drill through.
For example, If I right-click on the dark blue portion of the Engineering bar and drill through, the table only shows data related to male students in the College of Engineering. I want my text box on the drill-through details page to state that so the user remembers that the data they are looking at is filtered on those values.
I guess a more general question is, what does P BI call the elements used to focus a drill-through?