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 Anonymous ,
This formula for single email works to open the mail application:
Email Link = CONCATENATE("mailto:" ,Table[Email])
But this formula for multiple email doesn't open the mail application even if it is categorized as a Web URL in Power BI desktop:
Email All = "mailto:" & CONCATENATEX(VALUES ('Table'[Email]), 'Table'[Email], "; ")
Do you mind updating the PBIX I posted to show how you made it work? Thanks for your help.
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.