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.
pdbenbow
6 years agoResolver II
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.
hokeson
1 year agoMicrosoft Employee
it works also in desktop.
just use following DAX
Email All = "mailto:?to=" & CONCATENATEX(VALUES ('Table'[Email]), 'Table'[Email], "; ")