Forum Discussion
Anonymous
6 years agoNot applicable
Dynamic text box
Hi Folks, I have 03 Tables , Table(Divison), Table(Sub Divison), Table(Payments). I am using a pie chart, where Total payment coming from Table(Payments), & I am drilling it down from Divison (Ta...
- 6 years ago
Anonymous ,
Textbox doesn't have that dynamic feature as of now. Instead of text box you can use 3 Card visuals and place your drill down infomation on each card visual. (Refer screen shot below)
Don't forget to give thumbs up 👍and accept this as a solution if it helped you.
Anonymous
6 years agoNot applicable
Tahreem24 Your solution seems very relative to me, but what measure should i give in my card
jessegorter
6 years agoHelper I
I do not know your data model, but say the selected value is 'payments'[sometext] (the text belonging to the value)
you might want to try:
selected value = selectedvalue( 'payments'[sometext], "multiple selections, please select one payment")