Forum Discussion
sperry
Resolver I
6 years agoDynamic titles not respecting filter when publishing
I have a Text visual which I have created a dynamic title using a measure Outcome Title = SELECTEDVALUE(Narratives[OutcomeName]) I am using a normal slicer to filter the results in a table Works...
- 6 years ago
Use the measure like below.
Outcome Title = SELECTEDVALUE(EMP[ENAME],"ALL")Instead of using the text box slicer, use it in text box and try to re-pro the issue.If this post helps, then please consider Accept it as the solution to help the other members find it more
If this post was helpful may I ask you to mark it as solution and give it some kudos?
venal
Memorable Member
6 years agoUse the measure like below.
Outcome Title = SELECTEDVALUE(EMP[ENAME],"ALL")
Instead of using the text box slicer, use it in text box and try to re-pro the issue.
If this post helps, then please consider Accept it as the solution to help the other members find it more
If this post was helpful may I ask you to mark it as solution and give it some kudos?