Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
Hello Everyone,
I am looking for an option in Power BI on-Premesis report server email subscription, to use a differnent sender email address to send emails to differnt customers.
Like client Mr. XYZ should receive the email from email address 123@XYZ.COM while client Mr. PQR should recieve the email from email address 456@XYZ.COM.
Please let me know any solution other than using a seperate report server for each sender email address.
Thanks
Hi,
Thanks medina, but the provided link is guiding about the standard configuration of email on Power Bi Report server, that we already have done. It support only 1 sender email address.
I know that, till date, microsoft didnt support multiple sender email address in its standard configuration, let me know if know any customized utility to do that.
Thanks,
Hi noumanlaiq,
I used the following technique:
SELECT 'mrXYZ@the_domain.com' AS [to],'123@XYZ.COM' AS [from],'email to Mr. XYZ' AS Subject
UNION
SELECT 'mrPQR@the_domain.com' AS [to],'456@XYZ.COM' AS [from],'email to Mr. PQR' AS Subject;
3. Complete the data-driven setup.
When the subscription is executed, PBI Report Server sees a record set with two rows, it will use the values returned to populate the parameters, for our case, Mr. XYZ will receive an email from 123@XYZ.COM and Mr. PQR will receive an email from 456@XYZ.COM
Thanks!
Hi Medina,
Thanks for your reply.
But in Power BI reprot server Data Driven subscription, there is no option to map [FROM] email address field from any dataset. It always pick the sender email address which is set up during the configuration of Report server.
Can you please assist further how you are mapping the [from] email address in parameters of report?
Thanks.
Hi
My sincere apology, but you are right; there is no From option. My "solution" does not work for what you are trying to do. I did spend some time looking around, and maybe, just maybe, this link can bring some light.
E-Mail Settings in SSRS Native mode (Configuration Manager) - SQL Server Reporting Services (SSRS) |...
Please, let me know if that helped.
Best,
Medina
Check out the September 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
11 | |
4 | |
2 | |
2 | |
2 |