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
PrakashPalle
Helper II
Helper II

Set up a job so that every day users receive an excel extract of the data in the Dashboard for daily

Hi,
I’d like to automate the process of exporting all records from a Power BI dataset to Excel and emailing that data to a list of users. Currently, I’m manually collecting the data from the Power BI Desktop file, exporting it to Excel, and then sharing it with business users.

Could you please guide me on how to automate this workflow?

1 ACCEPTED SOLUTION
v-karpurapud
Community Support
Community Support

Hi @PrakashPalle 

We have not received a response from you regarding the query and were following up to check if you had the opportunity to review the information provided. Please feel free to contact us if you have any further questions.

 

Thank You.

 

View solution in original post

9 REPLIES 9
v-karpurapud
Community Support
Community Support

Hi @PrakashPalle 

We have not received a response from you regarding the query and were following up to check if you had the opportunity to review the information provided. Please feel free to contact us if you have any further questions.

 

Thank You.

 

Hi @v-karpurapud , Issue still there, i replied.

v-karpurapud
Community Support
Community Support

Hi @PrakashPalle 

Thanks for reaching out to the Microsoft fabric community forum. 

 

I would also take a moment to thank  @Kedar_Pande  , @danextian and @srlabhe   , for actively participating in the community forum and for the solutions you’ve been sharing in the community forum. Your contributions make a real difference.

I hope the below details help you fix the issue. If you still have any questions or need more help, feel free to reach out. We’re always here to support you 

   

Best Regards, 
Community Support Team  

srlabhe
Helper V
Helper V

Other than what @danextian and @Kedar_Pande suggestions

Try to get Power BI Paginated Reports which will help you to set a subscription and with export format as Excel which would help you to send the required reportin excel to all those you want the subcription to be sent.

Hi @srlabhe , Thank you for your response. I’ve created a Power Automate job, and I am receiving the email as expected. However, when I open the attached file, it doesn’t contain the data I intended to export. Although I included a step to export the data to Excel, the file I received is in an unreadable format and cannot be opened.

 

PrakashPalle_0-1761023491163.png

PrakashPalle_1-1761023554007.png

 

 

Hi @PrakashPalle 

Thank you for providing the details. From the images, it looks like you are correctly using the “Export To File for Paginated Reports” action with the XLSX format. The issue with the unreadable Excel file is probably due to how the attachment is set up in your Power Automate flow. In the email step, make sure to use the File Content output from the export action as the attachment content, and give the file a clear name ending with .xlsx (such as DailyReport.xlsx). Avoid using the raw body or JSON response from the export step, as this can cause the file to be unreadable. Setting up the attachment this way should ensure the exported report opens correctly as an Excel file.

Regards,

Microsoft Fabric Community Support Team

Hi @PrakashPalle 

I wanted to check if you’ve had a chance to review the information provided. If you have any further questions, please let us know. Has your issue been resolved? If not, please share more details so we can assist you further.

Thank You.

danextian
Super User
Super User

Hi @PrakashPalle 

 

If you don't have a premium capacity, an altenative to @Kedar_Pande 's suggestion to is to dump the extract to a SharePoint or OneDrive folder and share this with the users. Ensure that users will be able to disnguish which extract is for which date by naming the files clearly.  Or you can forward the email you received if the file in the first suggestion is sent via an email using:
Power Automate - https://manueltgomes.com/reference/power-automate-action-reference/outlook-365-forward-an-email-acti...

or by creating an Outlook rule - https://support.microsoft.com/en-us/office/use-rules-to-automatically-forward-messages-45aa9664-4911...

 

 





Dane Belarmino | Microsoft MVP | Proud to be a Super User!

Did I answer your question? Mark my post as a solution!


"Tell me and I’ll forget; show me and I may remember; involve me and I’ll understand."
Need Power BI consultation, get in touch with me on LinkedIn or hire me on UpWork.
Learn with me on YouTube @DAXJutsu or follow my page on Facebook @DAXJutsuPBI.
Kedar_Pande
Super User
Super User

Create a flow that:

Triggers on a daily schedule

Uses the "Export to File for Power BI Reports" action to export your data

Sends the exported file via email using "Office 365 Outlook"

This requires a Premium capacity or Premium Per User license for the export action.

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