Forum Discussion
junnsonal
2 years agoFrequent Visitor
XMLA endpoint - error when processing a model - Lists of BinaryXml value tokens not supported.
I would like to know what this error message means and how to fix it.
JaileneH
1 year agoFrequent Visitor
Do we have any update for this error? We are getting the same error, but it happened when we did "defragement" on one of the tables in the PBI dataset.
The error shows up, but the query continues running.
This is the code we used:
{
"refresh": {
"type": "defragment",
"objects": [
{
"database": "DatabaseName",
"table": "TableName"
}
]
}
}