Forum Discussion
Add an input/check box in a visual
I have a visual Table as following :
for the context : The aim of this table is to inform someone that there is an amount pieces available and he can send them.
I would like to add a checkbox in the table (or another mean) so that the person can mark that he has already send the pieces or not as we can see in the figure below. Sorry for this cheap illustration but the idea is here.
I don't know if it's feasible on Power Bi.
NB: I'm talking about a check box, but I'm open to other proposition that let the person know that he has send the pieces. I just need an input so that the user is able to know which pieces in the table have already been sent and which pieces need to be send.
4 Replies
- amitchandak
Super User
Anonymous , I doubt the check box is possible.
You can only display X or blank in a measure
if([Sent] =1, "X", Blank())
- AnonymousNot applicable
Thank you for your answer.
The problem is that the column "sent" does not exist in the table. I would like that the user can directly add "sent = 1" directly from the visual and it automaticaly add this in the table.Actually my question is : Can we write into a table from the visual ?
- AnonymousNot applicable
Okey now that I have rephrase my question, I see that other post already talkt about this subject. Thanks