Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredJoin us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM. Register now.
Hey everyone,
I have this problem. In our company we are using azure, and we are posting reports online. The thing is that one report is throwing an error like this:
~~
| One or more errors occurred. ({ "code": "ItemNotFound", "message":
| "Dataset parameters at positions 1 - 2 cannot be found in
| 1xxxxx-4712-4xxxxc-9xx0-3xxxxxxa5df5", "target":
| "1xxxxxxd-4712-4aec-xxxxx-3dxxxxxxdf5" })
Im using in power querry 2 parameters. Server and Database, because our developers are pasting the right server and database. Funny thing is that all other reports works well this way and we have no problem. But this one is just messing it up. Can you help me please somehow? Or ask me anything for further info.
Thanks in advance for any advice.
The error indicates Power BI cannot find the Server and Database parameters. Here's how to fix it:
Validate Parameters: Check the dataset in Power BI Service under Settings > Parameters. Ensure Server and Database are defined and populated.
Verify in Power BI Desktop: Open the report, go to Transform Data > Manage Parameters, and ensure the Server and Database parameters are correctly configured and used in the data source.
API Parameter Binding: If using the REST API, confirm Server and Database are included in patchParameters or bindToGateway calls.
Gateway Configuration: Ensure the gateway is online and correctly mapped to the data source with these parameters.
Refresh and Test: Republish the report and refresh the dataset to validate the changes.
Ensure parameter names match exactly across all configurations.
Hi @jakubkral
Based on the information I found, here are a few steps you can take to troubleshoot and potentially resolve the issue:
Double-check the parameters you are using in Power Query. Ensure that the server and database names are correct and match exactly what is expected.
Check the dataset configuration, make sure that the dataset in question is correctly configured and that the parameters are properly set up. A small typo or misconfiguration can cause such errors.
Ensure that you have the necessary permissions to access the dataset. Sometimes, permission issues can lead to the "ItemNotFound" error.
Best Regards
Zhengdong Xu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.