Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
So I have a table that looks like this:
| Name | Week 1 | Week 2 | Week 3 | |
| Bob B | bob@blah.com | Missed | Missed | |
| Suzie Q | suzie@blah.com | Missed | Missed | Missed |
| Steve M | steve@blah.com | Missed | ||
| 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 1 | Week 2 | Week 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?
Solved! Go to Solution.
Hi @canes2001 ,
Here are the steps you can follow:
You can toggle to the HTML Code View(highlighted in yellow) and enter the required HTML Code to create a table
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/
Hi @canes2001 ,
Here are the steps you can follow:
You can toggle to the HTML Code View(highlighted in yellow) and enter the required HTML Code to create a table
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/
@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
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.