Forum Discussion
rjhale
1 year agoHelper V
DAX Info Functions Against Published Datasets
Hello, As part of a Power Automate Flow that we setup months ago, we were using the new DAX Info functions to pull metadata regarding partitions and expressions. These queries have been working ...
- 1 year ago
I've had an open support request with MS since this started happening back in January. I recently started up the conversation again, and I just heard from their engineers this morning that they fixed the issue. I checked our Power Automate Flow has been failing on that step since January, and it did successfully run this morning. It seems that the issue should be resolved now.
Anonymous
1 year agoNot applicable
We got similar error when passing below query to Execute Queries REST API, it worked well and suddenly failing recently
{
"queries": [
{
"query": "SELECT * FROM $SYSTEM.TMSCHEMA_MEASURES"
}
]
}