Forum Discussion

sperry's avatar
sperry
Icon for Resolver I rankResolver I
6 years ago
Solved

Dynamic 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...
  • venal's avatar
    6 years ago

    sperry 

    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?