Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago
Solved

Using Fields Parameter to Create a Measure for Dynamic Title of Visual

Dear fellow users,   I am using a field parameters measure to dynamically change the line chart visual based on different fields/indicators (which are create measures). In the field parameter Dax M...
  • Anonymous's avatar
    Anonymous
    3 years ago

    amitchandak Thanks for your reply and your helpful blog.  

    I revised the dynamic title measure to use Max function with the field parameter. Now the title works fine. 

    Indicator Parameter TitleOnly = MAX('Parameter Indicators'[Parameter Indicators])
        & " across Time"