Forum Discussion
Chris-F
3 years agoFrequent Visitor
Power BI Rest API ServiceExceptionJson Valid Json
Hi Am I the only one running into an issue where the ServiceExceptionJson is not returning a valid json in the Microsoft Power BI Rest API? The JSON returned does not seem to be a valid json ...
Chris-F
3 years agoFrequent Visitor
Hey, So what i did was I basically just split the string by taking the 2nd from last }, and then everything after that I put that into a variable and do what I want with it. That has been working for me so far. There was no point in fighting to get microsoft to fix it
Anonymous
3 years agoNot applicable
Thanks! Ended up doing the same thing.