Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.
Dear all,
I'm facing some problems related to my Power BI paginated report. Suppose I have a shared dataset connecting to my database in Power BI. We are like an e-commerce platform. My data model has a table that records all sales transactions of each store merchant. Currently, we are producing reports to send to each merchant about their daily sales in Power BI paginated report while our Power BI paginated report has parameters to filter the date, and merchant store. Hence, I would like to ask if is there any way to set our report auto delivery to each merchant by triggering our paginated report to auto filter each store and recent date, export it to excel or pdf, and send it automatically to each store merchant's Gmail? cuz i'm sure we can do this manually. But right now, our number of store merchants is increasing and we cannot do it manually anymore. However, if you have any alternative suggestions, I would appreciate it. Thank you
are you publishing on Power BI Report Server or Power BI Service?
- Power BI Report Server has Data Driven Subscription feature that does what you need
SSRS Data Driven Subscription (mssqltips.com)
- Power BI Service doens't support this yet. you should use something that programmatically calls Power BI export APIs and then sends the email for example with Power Automate
Thank you so much for the response. Currently, I use Power Automate but besides only sending it to each merchant email, I also need to save the the daily sales reports in different folders based on merchant's name as well. May you please elaborate how can I let the report send the email to each merchant and save it to different folder of each merchant name in the same flow as well? I really really need to do it. Thank you so much!
I'm sorry, not Automate expert...
maybe you can use this one setting up it accordingly.
there are several ways to automate the delivery of your Power BI paginated report to each merchant:
One option is to use the Power Automate (previously known as Microsoft Flow) to schedule the delivery of the report. You can create a flow that runs daily and filters the report based on the store merchant and recent date, then exports the report to Excel or PDF and sends it to the respective store merchant's email.
Another option is to use the Power BI REST API to programmatically retrieve the report and export it in the desired format. You can write a script that filters the report based on the store merchant and recent date, exports the report to Excel or PDF, and sends it to the respective store merchant's email.
Check out the November 2023 Power BI update to learn about new features.
Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.
User | Count |
---|---|
20 | |
6 | |
4 | |
3 | |
2 |