Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago
Solved

Dynamic Title

Hi All,

 

I have created a visual and want the count of customers also in the title eg. XYZ Customers with <500 ARR.

Is it possible to show this way?

 

Customer is nothing but the account. Any possibility I can show count of customers in my title?

 

 

  • try this 

    Dynamic tile =    count('page-1_table-1'[ARR]) & " Customers with <500 ARR"
     
    is <500 also dynamic?

5 Replies

  • 1. Create new measure 

     

     

    2. go to visualization>format>general>Title>  text - fx

     

     

    3. Select the Dynamic title measure and click OK

     

     

     

    4. you will have below title

     

     

    • Anonymous's avatar
      Anonymous
      Not applicable

      Thanks for the reply.

       

      I want title like : 100 Customers with <500 ARR

       

      Count should be in front of Customers.

      • vaibhavkale570's avatar
        vaibhavkale570
        Resolver III

        try this 

        Dynamic tile =    count('page-1_table-1'[ARR]) & " Customers with <500 ARR"
         
        is <500 also dynamic?