Forum Discussion

Enigma's avatar
Enigma
Helper III
6 years ago

Synced text boxes?

Hi,

Is it possible to sync text boxes across pages like we can sync Filters? I have text boxes on pages of my report and have to change them manually on each page.

Thanks

5 Replies

  • Mariusz's avatar
    Mariusz
    Community Champion

    Hi Enigma 

     

    If your text is fairly simple, you can use multiple Card Visuals and populate these with a single DAX Measure where you can adjust your text.

     

     

    Best Regards,
    Mariusz

    If this post helps, then please consider Accepting it as the solution.

    Please feel free to connect with me.
    LinkedIn

     

    • Enigma's avatar
      Enigma
      Helper III

      Thanks for your reply, Mariusz 

      I have 2-3 text boxes which have the name of the report and some notes for the viewer including copyright notices. I considered using measures for each of them, but would that not impact the report performance?
      I already have about 10-15 measures for mathematical calculations.

    • Enigma's avatar
      Enigma
      Helper III

      Thanks for responding, az38 

       

      My text is simple and not based on any condition. So, the conditional formatting will not help me. Also, the article says such titles don't get carried over to a Dashboard 

  • v-alq-msft's avatar
    v-alq-msft
    Community Support

    Hi, Enigma 

     

    It is unsupported to sync text boxes across pages in Power BI currently. You may post a new idea in Idea Forum and add your comments there to improve Power BI for making this feature coming sooner. As a workaround, you may try what is suggested by Mariusz

     

    You may create a measure like below.

     

    Text message = "A"

     

     

    Then you need to create a card visual in each page and display the measure on it. When you want to modify the message, you just need to change the content of the measure.

     

    Best Regards

    Allan

     

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.