Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
canes2001
New Member

How do I send a custom email to each email in a column?

So I have a table that looks like this:

 

Name      Email   Week 1   Week 2   Week 3   
Bob Bbob@blah.comMissedMissed 
Suzie Qsuzie@blah.comMissedMissedMissed
Steve Msteve@blah.comMissed  
 etc   
     

 

And I want to send an email to each person if a button within my report is clicked. That looks like this:

Hi [name],

You are currently delinquent on the following weeks:

Week 1Week 2Week 3
[insert value if not null][insert value if not null][insert value if not null]

 

 

I've tried Power Automate but this is like nothing else I've done before so I don't even know where to start or if Power Automate is the right tool for the job. Any idea how I can make this happen?

1 ACCEPTED SOLUTION
jaideepnema
Solution Sage
Solution Sage

Hi @canes2001 ,
Here are the steps you can follow:

  1. Create a New Power Automate Visual and Drag all the 5 columns in the data section for the same as shown below:
    jaideepnema_0-1633964914491.png

     

  2. Now click on the Edit option by selecting the three dots on the top right of this visual
  3. In the next step select instant cloud flow
    jaideepnema_1-1633965021784.png

     

  4. Create a flow as shown below:
    jaideepnema_2-1633965112644.png

     

    You can toggle to the HTML Code View(highlighted in yellow) and enter the required HTML Code to create a table 
    jaideepnema_4-1633965305140.png

     

  5. Publish this report and then you can click on run flow to get an email shown below:
    jaideepnema_3-1633965203606.png

     

    Hope that helps !!

Please accept this as a solution if your question has been answered !!

Appreciate a Kudos 😀

 

Regards,

Jaideep Nema

Connect with me on LinkedIn: https://www.linkedin.com/in/jaideepnema/

 

View solution in original post

3 REPLIES 3
jaideepnema
Solution Sage
Solution Sage

Hi @canes2001 ,
Here are the steps you can follow:

  1. Create a New Power Automate Visual and Drag all the 5 columns in the data section for the same as shown below:
    jaideepnema_0-1633964914491.png

     

  2. Now click on the Edit option by selecting the three dots on the top right of this visual
  3. In the next step select instant cloud flow
    jaideepnema_1-1633965021784.png

     

  4. Create a flow as shown below:
    jaideepnema_2-1633965112644.png

     

    You can toggle to the HTML Code View(highlighted in yellow) and enter the required HTML Code to create a table 
    jaideepnema_4-1633965305140.png

     

  5. Publish this report and then you can click on run flow to get an email shown below:
    jaideepnema_3-1633965203606.png

     

    Hope that helps !!

Please accept this as a solution if your question has been answered !!

Appreciate a Kudos 😀

 

Regards,

Jaideep Nema

Connect with me on LinkedIn: https://www.linkedin.com/in/jaideepnema/

 

parry2k
Super User
Super User

@canes2001 Power Automate is the way to achieve this, you can dynamically compose the email in the automate, and based on the click it will send the email. check this Export and email a report with Power Automate - Power BI | Microsoft Docs

 

Follow us on LinkedIn

 

Learn about conditional formatting at Microsoft Reactor

My latest blog post The Power of Using Calculation Groups with Inactive Relationships (Part 1) (perytus.com) I would  Kudos if my solution helped. 👉 If you can spend time posting the question, you can also make efforts to give Kudos to whoever helped to solve your problem. It is a token of appreciation!

 

Visit us at https://perytus.com, your one-stop-shop for Power BI-related projects/training/consultancy.



Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!

Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo

If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤


Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.

I don't see anything in there on using a column to populate the "To:" field

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors