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!The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live now!
Hello,
I am connecting the the JSON with JSON connector but getting the error Key should not be null or empty!. I have attached the error picture as well as file that is causing the problem. It would be quite helpful if you can help.
Thank you
https://drive.google.com/file/d/19kunblfwulGDe7GeicZiZzFR6zIgBh8o/view?usp=sharing
Hi @Junaid11 ,
As far as I am concerned,property has to be defined as nillable in the schema or else it will throw an exception.
If it is an array, it must be an array of strings, where each string is the name of one of the basic types, and each element is unique. In this case, the JSON snippet is valid if it matches any of the given types.
https://json-schema.org/understanding-json-schema/reference/type.html
Please check the [] and null property in your json file.
https://stackoverflow.com/questions/17487205/how-to-check-if-a-json-key-exists
Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
| User | Count |
|---|---|
| 53 | |
| 40 | |
| 35 | |
| 24 | |
| 22 |
| User | Count |
|---|---|
| 134 | |
| 107 | |
| 57 | |
| 43 | |
| 38 |