Join 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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
I'm currently accessing info from PeopleHR via API and getting the mentioned error.
I've created a new API key, done the queries from scratch, tried applying no transformation other than what is required to return results.
Data is loading in to the power query editor fine. I just can't close and apply it without the error.
Any help would be apprciated.
Solved! Go to Solution.
@TommyWommy
In your code, it expects a list but "" is supplied, you need to handle the exception in this case. Decide what should happen if your API doesn't return the expected result and how to handle the "" it blank.
you can use "try [your code] otherwise" option
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
@TommyWommy
In your code, it expects a list but "" is supplied, you need to handle the exception in this case. Decide what should happen if your API doesn't return the expected result and how to handle the "" it blank.
you can use "try [your code] otherwise" option
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group