Forum Discussion
sebbyp
Helper III
10 years agoExpression.Error: There weren't enough elements in the enumeration to complete the operation
What does this error mean? I am collecting data from using a web connector. Any help much appreciated.
- 10 years ago
This error is thrown when pivoting columns with same name. Please check your column names in your data source. Also refer to a similar thread below:
Regards,
Mrab
Helper I
6 years agoI just want to let you know how this error occurred in mine and how I solved it.
A business process that was used in my Power BI:
I was pulling data from a particular folder and the folder had one file which was updated after a unit time. One day this error showed up.
Solution:
The problem was that there was no file in the folder and this caused this error to occur. the empty folder was causing this to fail.
I hope this helps in any way.