Forum Discussion

Sravyarajarapu's avatar
Sravyarajarapu
Regular Visitor
3 years ago
Solved

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...
  • RMDNA's avatar
    RMDNA
    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],"")