Forum Discussion
Anonymous
3 years agoNot applicable
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 che...
amitchandak
Super User
3 years agoAnonymous , I doubt the check box is possible.
You can only display X or blank in a measure
if([Sent] =1, "X", Blank())
- Anonymous3 years agoNot 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 ?
- Anonymous3 years agoNot applicable
Okey now that I have rephrase my question, I see that other post already talkt about this subject. Thanks
- amitchandak3 years ago
Super User
Anonymous , if you want to send an email, you can use power automate, select a few rows, or use a visual level filter and do that