PowerBI: Expression.Error: There weren’t enough elements in the enumeration to complete the operation.

Problem:

Expression.Error: There weren't enough elements in the enumeration to complete the operation. Details:     [List]

Reason: someone activated filter in .xls file so excel subsheet “FilterDatabase” was created that gives error values.

FilterDatabase

Solution: Filter sheets which ends with “FilterDatabase”
= Table.SelectRows(#”Expanded Custom”, each not Text.EndsWith([Custom.Name], “FilterDatabase”))

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *