Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Dynamic Title change for multiple visuals

Hi, I'm trying to change my visual titles as explained by Patrick in this video. https://www.youtube.com/watch?v=TYLKDPcvgK8 However, I see he has only one visual where he changes the title.

 

I have 9 visuals on my page and I want all of them to change based on filter value

 

Filter attribute has 2 values:

1 Fit

2 Gap

 

The result I want:

Total <Fit/Gap> by <Priority/Segment/Region>

 

How I change all the visual titles using dynamic filtering? Do I need to create a table for it or is there a better way?

  • Anonymous is the title going to be unique for each visual? If yes you need to create that many measures for the title, basically measure for each unique title.

     

    if all visuals are going to use the same title, then you can use one measure and apply to any visual in your report.

     

    I would  Kudos if my solution helped. 👉 If you can spend time posting the question, you can also make efforts to give Kudos whoever helped to solve your problem. It is a token of appreciation!

    Visit us at https://perytus.com, your one-stop-shop for Power BI-related projects/training/consultancy.

3 Replies

  • Anonymous is the title going to be unique for each visual? If yes you need to create that many measures for the title, basically measure for each unique title.

     

    if all visuals are going to use the same title, then you can use one measure and apply to any visual in your report.

     

    I would  Kudos if my solution helped. 👉 If you can spend time posting the question, you can also make efforts to give Kudos whoever helped to solve your problem. It is a token of appreciation!

    Visit us at https://perytus.com, your one-stop-shop for Power BI-related projects/training/consultancy.

  • mwegener's avatar
    mwegener
    Most Valuable Professional

    Hi Anonymous ,

     

    you have to create a measure for each title variant.

    Then you can set the corresponding measure for each visual title.

     

    • Anonymous's avatar
      Anonymous
      Not applicable

      Thank you all,

      I created multiple measures already. I was checking out if there is a way to do that in a single measure.