Forum Discussion
DavidJCadman
2 years agoFrequent Visitor
Error opening semantic model in PBI Service
Hi community members
One of my models throws up this error when I try to use "Open Data Model" (or "Write DAX Queries") within the workspace.
{"code":"InvalidOperationException","message":"Sequence contains more than one element"}
It has been edited using Tabular Editor (which I assumed to be the problem), but then so has another one and there has no problem in using this feature with that model.
Does anyone have an idea as to how to fix/trouble-shoot this problem? If so I would be very grateful.
Thanks in advance
2 Replies
- AnonymousNot applicable
Hi DavidJCadman ,
Regarding your problem, it seems that there is an error in the sequence of elements in your model. This error message indicates that there are multiple elements in the sequence that are not supported by the system. To resolve this issue, you need to correct the sequence of elements in your model.
Best Regards,
Wenbin Zhou- DavidJCadmanFrequent Visitor
Thanks a lot. Are you aware of any documentation describing how to correct the sequence of elements? If so could you share please.