Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
2 years ago
Solved

Execute Queries via API

Hi All, I am trying to execute a query through the rest api documentation. Below is my sample json body. It is a simple Query which runs with no issues in desktop's DAX Query View but it is throwing ...
  • BernatAgullo80's avatar
    2 years ago

    You probably need to double the double quotes, or escape the quotes with \

    have you tried it?