Forum Discussion
walker8888
Helper II
2 years agoText 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?
- 2 years ago
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 - 2 years ago
walker8888 you can use card visual and put this measure in that visual.
parry2k
Super User
2 years agowalker8888 you can use card visual and put this measure in that visual.
walker8888
Helper II
2 years agoIf I wanted to add to the Measure the TY also what should I add to it?