Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
I am currently running a RaaS API that was built from a blank query. The RaaS API is connected and all data is loaded without an issue. I have created a reference table from this API connection and I am now running into an error when applying changes to the visual studio.
All of the data is applied until it processes my reference table, which turns the status for all sources to "the given key was not present in the dictionary." This is an issue because none of my changes can be applied.
What could be the source of this issue? Thank you. After loading the reference table
The error message "the given key was not present in the dictionary" often indicates an issue with accessing or referencing data within a dictionary or a similar data structure in your code. In the context of Power Query, it's possible that this error is occurring within the M code used to transform and load data from your RaaS API. Here are some steps you can take to diagnose and potentially resolve the issue:
Review Your M Code:
Check Data Transformation Steps:
Data Validation:
Data Types and Conversion:
Error Handling:
Debugging:
Data Refresh:
Contact Support:
Remember to make a backup of your Power Query project before making significant changes, and document your code to help with debugging and troubleshooting.
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly.
In case there is still a problem, please feel free and explain your issue in detail, It will be my pleasure to assist you in any way I can.