Forum Discussion
How to set a default value for a text box ?
- 3 years ago
Sravyarajarapu don't write the formula there - write the measure separately in one of your tables like normal, then just reference the measure value in the text box. In your case, the measure would be something like:
mesaure name = SELECTEDVALUE('Table Name'[field name],"")
You can actually reference the measure I suggested:
When published to the service, it looks like this:
No selection
Selection
Does that help?
 the isfiltered or the selected value is not working
- RMDNA3 years ago
Solution Sage
Sravyarajarapu don't write the formula there - write the measure separately in one of your tables like normal, then just reference the measure value in the text box. In your case, the measure would be something like:
mesaure name = SELECTEDVALUE('Table Name'[field name],"")- Sravyarajarapu3 years agoRegular Visitor
Thankyou for your help it worked when I created a new measure and used that measure in the text box, it worked for all the text values but I guess the date field has an other formula