Forum Discussion
Anonymous
2 years agoNot applicable
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 ...
- 2 years ago
You probably need to double the double quotes, or escape the quotes with \
have you tried it?
Anonymous
2 years agoNot applicable
Thanks using "\" helped. But is there anyway to run the query without escaping the double quotes with "\" ?