Forum Discussion
yosemite
6 years agoHelper III
Bulk email/mail: multiple emails
Hi, guys These ideas were presented several years ago. Do you know if it is now possible to send a group email to the users listed in my table? https://ideas.powerbi.com/forums/265200-power-b...
- 6 years ago
yosemite , thanks for linking to my solution from last year. I uploaded your PBIX file to the Power BI Service without making any changes, and your "Email All" button worked well. The measure you created is correct. I think the limitation you're seeing is just related to Power BI Desktop.
parry2k
6 years agoSuper User
yosemite hmmm, not exactly, but you can use concatenatex function to create a single email for all the filtered records and drop that in the matrix visual and then click that to send the email
Email All =
"mailto:" &
CONCATENATE( VALUES ( Table[Email] ), Table[Email], "," )
I would ❤ Kudos if my solution helped. 👉 If you can spend time posting the question, you can also make efforts to give Kudos whoever helped to solve your problem. It is a token of appreciation!
yosemite
6 years agoHelper III