Forum Discussion
Bulk email/mail: multiple emails
- 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.
Hello parry2k - Thanks for the reply.
Is there a way I can send a group email to all the users listed in a filtered column with a single click in Power BI?
Column1: Email
Column2: EmailLink -- EmailLink = CONCATENATE("mailto:",Table[Email])
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!
- yosemite6 years agoHelper III
- yosemite6 years agoHelper III
parry2k Hello there - I was able to fix the code. Thank you for showing me the way.
When you get a chance, could you check the updated GroupEmail.pbix and see why even though the link is there, it won't open as an email.
- yosemite6 years agoHelper III
pdbenbow Hello there, I saw your SOLVED post. That was helpful.
I'm having the same issue and wondering how yours worked. Here's my PBIX.