Forum Discussion
Blank button label
Hi
I tried to google/youtube etc, no one talked about how to change the label (text title) of a blank button. Right now when I insert a button, I see empty label, like this
[ ]
I want like this
[Click Me]
Thank you very much.
4 Replies
- amitchandakSuper User
lastnn30 , you are entering a label text? or are you using any meausre .
because if you are using a measure then it can
if(isblank([Measure]), "Click Me", [Measure])
else you have to enter title manually
The information you have provided is not making the problem clear to me. Can you please explain with an example.
Appreciate your Kudos.- lastnn30Post Patron
Thanks for your reply and sorry for not being clear. Here is the sceen shot. I inserted 2 buttons, one is blank and one is Q&A buttons. How can I write a text inside these buttons (labels basically). Just a label for example, Click or anything else; instead of keep them blank boxes. Thank you very much.
- lastnn30Post Patron
Hi
What I wanted to add is "Button Text". I do not have that option. I just found this website and he used that option to add a text to the button, please see the link below. Thank you.
https://livingandcoding.com/blog/create-a-button-to-clear-all-filters-in-power-bi-in-4-easy-steps/