The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hello,
Is it possible to send an email, with filter selections by just pressing a button in Power BI?
I don't want to use a hyperlink that takes me to Outlook, it should be sent automatically. I don't want to use Power Automations or Power Apps either.
Solved! Go to Solution.
Hi @MSchultz93 ,
As far as I know, apart from Power Automate or Power Apps, Power BI does not currently support using a button to send an email that includes the state of the selected filter in any other way. Power Automate or Power Apps provide the necessary integration to automatically send an email containing the desired content.
Export and email a report with Power Automate - Power BI | Microsoft Learn
If you don’t need to create a button to send emails, you can consider the subscription feature for dashboards and reports in Power BI. This will send an email to the recipient, and although it does not involve clicking a button in Power BI, it allows for regular email updates
Email subscriptions for reports and dashboards in the Power BI service - Power BI | Microsoft Learn
You can use the REST API to export a report containing the current filter selection, and then use a script to send an email
Reports - Export Report - REST API (Power BI Power BI REST APIs) | Microsoft Learn
How to use Power BI Rest API to export the Power B... - Microsoft Fabric Community
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @MSchultz93 ,
As far as I know, apart from Power Automate or Power Apps, Power BI does not currently support using a button to send an email that includes the state of the selected filter in any other way. Power Automate or Power Apps provide the necessary integration to automatically send an email containing the desired content.
Export and email a report with Power Automate - Power BI | Microsoft Learn
If you don’t need to create a button to send emails, you can consider the subscription feature for dashboards and reports in Power BI. This will send an email to the recipient, and although it does not involve clicking a button in Power BI, it allows for regular email updates
Email subscriptions for reports and dashboards in the Power BI service - Power BI | Microsoft Learn
You can use the REST API to export a report containing the current filter selection, and then use a script to send an email
Reports - Export Report - REST API (Power BI Power BI REST APIs) | Microsoft Learn
How to use Power BI Rest API to export the Power B... - Microsoft Fabric Community
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.