Forum Discussion
Paginated report subscription - date format
Hello.
I'm using some paginated reports and I'd like to create a subscription to receive a report on the first Monday of any month.
Do you know if it is possible and which is the syntax to use?
Hi marcodea ,
Please use Power Automate to export paginated reports.
1. Select a template from the list to get started with a step-by-step walkthrough.
- Save a Power BI paginated report to OneDrive for Business or a SharePoint Online folder.
- Export a Power BI paginated report for items in a SharePoint Online List, or for each row in an Excel Online table.
- Save a Power BI paginated report to a local system folder.
2. Then set the flow to trigger on the first Monday of each month.
- Use the interval of 1 and week frequency and the selection of the Monday in the on these days field.
- You can add this expression as a trigger condition to your recurrence action.
@less(int(utcNow('dd')),8)Referencing: Trigger first monday of the month
If the problem is still not resolved, please provide detailed error information or the expected result you expect. Let me know immediately, looking forward to your reply.
Best Regards,
Winniz
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
2 Replies
- Hariharan_RSolution Sage
Hi,
We dont have custom syntax option to pass on the "Every month on Days".
Thanks
Hari
- v-kkf-msftCommunity Support
Hi marcodea ,
Please use Power Automate to export paginated reports.
1. Select a template from the list to get started with a step-by-step walkthrough.
- Save a Power BI paginated report to OneDrive for Business or a SharePoint Online folder.
- Export a Power BI paginated report for items in a SharePoint Online List, or for each row in an Excel Online table.
- Save a Power BI paginated report to a local system folder.
2. Then set the flow to trigger on the first Monday of each month.
- Use the interval of 1 and week frequency and the selection of the Monday in the on these days field.
- You can add this expression as a trigger condition to your recurrence action.
@less(int(utcNow('dd')),8)Referencing: Trigger first monday of the month
If the problem is still not resolved, please provide detailed error information or the expected result you expect. Let me know immediately, looking forward to your reply.
Best Regards,
Winniz
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.