Hi all,
I’m encountering an issue while running a report in Power Automate Desktop, and I need some guidance to resolve it.
I’ve set up a flow that exports data to a Power BI report, but I’m getting the following error message:
Here are the details of the error:
- Report Name: Test_report
- Status Code: 400
- Error Code: Report_Processing_Error
- Error Message: RootActivityId: The value provided for the report parameter GLDateFiscalYear is not valid for its type.
- Correlation Id: 5e0d76b1-262e-4def-807b-ff9a0e709395
- Report ID: 68d57b50-5bda-4b3d-8fcc-82fdb05b7c13
The parameter GLDateFiscalYear seems to be the source of the issue. I’ve checked that the value passed should be an integer (for example, 2024), but I’m not sure what’s causing the mismatch between the parameter and the expected data type.
What I’ve Tried:
- Checked the parameter data type – I've confirmed the parameter is expecting an integer, and I am passing a number (
2024).
- Re-tested with a static value – I tried using a static value for the GLDateFiscalYear parameter but still received the same error.
Any suggestions on how I can ensure that the data type for this parameter matches the report's expected input, or steps I can take to troubleshoot this further?
Thank you in advance for your help!