Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers!
Enter the sweepstakes now!Prepping for a Fabric certification exam? Join us for a live prep session with exam experts to learn how to pass the exam. Register now.
Hello, I'm having this issue while I try to refresh the data. Anyone can help? Thanks
Error: We cannot convert a value of type Record to type List.
Details:
Value=
error=LIMIT_EXCEEDED
Type=[Type]
Solved! Go to Solution.
Hi @FusionetaYY ,
The error message "We cannot convert a value of type Record to type List" is a common error in Power Query. It usually occurs when a function that expects a list is passed a record instead. The error message also indicates that the error is due to a limit being exceeded. Unfortunately, without more context, it is difficult to determine the exact cause of the error. However, you can try to check if there is a function that expects a list but is being passed a record. You can also try to check if there is a limit on the number of records that can be processed.
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @FusionetaYY ,
The error message "We cannot convert a value of type Record to type List" is a common error in Power Query. It usually occurs when a function that expects a list is passed a record instead. The error message also indicates that the error is due to a limit being exceeded. Unfortunately, without more context, it is difficult to determine the exact cause of the error. However, you can try to check if there is a function that expects a list but is being passed a record. You can also try to check if there is a limit on the number of records that can be processed.
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.