Forum Discussion

walker8888's avatar
walker8888
Helper II
2 years ago
Solved

Text box Formula

Hi,

 

I wanted to know if there is a formula that I could use in the text box that would update the text to say QTR 1, 2, 3 or 4 based on the months or quarter given by the parameters?

 

 

  • walker8888 ah! That you can surely create using a measure, yes it can be dynamic:

     

    Title Measure = 
    VAR __SelectedQuarter = SELECTEDVALUE ( YourTable[YourColumn] ) 
    RETURN
    "Monthly Break Down " & __selectedQuarter

6 Replies

  • walker8888 ah! That you can surely create using a measure, yes it can be dynamic:

     

    Title Measure = 
    VAR __SelectedQuarter = SELECTEDVALUE ( YourTable[YourColumn] ) 
    RETURN
    "Monthly Break Down " & __selectedQuarter
    • walker8888's avatar
      walker8888
      Helper II

      Silly question, but how would I put it in the textbox? 

    • walker8888's avatar
      walker8888
      Helper II

      If I wanted to add to the Measure the TY also what should I add to it? 

  • walker8888 I guess you are referring to column headers, if that is the case, unfortunately, you cannot set these dynamically. 

    • walker8888's avatar
      walker8888
      Helper II

      Thanks for responding,  I am talking about the text box