Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers!
Enter the sweepstakes now!Preparing for a certification exam? Ask exam experts all your questions on May 15th. Register now.
Per the following thread: Re: DAX Info Functions Against Published Datasets - Microsoft Fabric Community
It seems that we're unable to execute any of the INFO() DAX functions when using the ExecuteQueries REST API on a published semantic model. I have a few pipelines that require extracting metadata from the semantic model, and everything was working fine until this morning when I started getting an Analysis Services error code of "3239575574" (below is the full JSON of the error message).
{
"error": {
"code": "DatasetExecuteQueriesError",
"pbi.error": {
"code": "DatasetExecuteQueriesError",
"parameters": {},
"details": [
{
"code": "DetailsMessage",
"detail": {
"type": 1,
"value": "Failed to execute the DAX query."
}
},
{
"code": "AnalysisServicesErrorCode",
"detail": {
"type": 1,
"value": "3239575574"
}
}
]
}
}
}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.