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 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??
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
Memorable Member
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?