Forum Discussion
Sravyarajarapu
3 years agoRegular Visitor
How to set a default value for a text box ?
Hello all, I have created a dashboard in powerbi and created a table visual and few text box visuals. I do not see an option to have a default value in the text boxes and it takes up the least v...
- 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],"")
Sravyarajarapu
3 years agoRegular Visitor
May I know what works for the numeric values? It returns the result but when none is selected it does not return blank/empty, it returns a eye symbol with a cross on it, how to avoid this?