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 great in desktop but when I publish the report to PBI Online Service title is not respecting the selection in the slicer. The table does however show the correct result. Is this a known issue with dynamic titles??
  • 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?

1 Reply

  • venal's avatar
    venal
    Icon for Memorable Member rankMemorable Member

    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?