TMJForrester
Advocate II
1 year agoStatus:
Accepted
Bug Report - Unable to use INFO() DAX functions with ExecuteQueries REST API
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 Execu...
radekceluch
1 year agoRegular Visitor
It still doesn't work. Trying below query results with error on the bottom. `%dax EVALUATE INFO.VIEW.MEASURES()` { "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\"}}]}}}", "status": 400, "statusText": "Bad Request" } }