Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Anonymous
Not applicable

Token Comma Expected error in JSON Web Query

I am trying to set up Web data connection using a search API for Jira. The URL works in browser, returning the results in JSON format. In Power BI I get a "token comma expecrted" error at one spot. I cannot figure out what is causing it. this is the full string:

https://xxx.xxx/rest/api/2/search?jql=issuetype%20in%20("CCS%20Incident"%2C%20"Bug")%20AND%20created...()

 

This is what I entered and the error I get:Token Comma Expected ErrorToken Comma Expected Error

This is the search string in plain text: issuetype in ("CCS Incident", "Bug") AND createdDate >= startOfYear().

What is Power BI seeing in the 'CCS' part of the string it doesn't like?

1 ACCEPTED SOLUTION
PhilipTreacy
Super User
Super User

Hi @Anonymous 

The double quotes in the URL is causing the error.  They look like the start/end of strings to PQ.

You need to change the search string to this

 

 

(""CCS Incident"", ""Bug"")

 

 

So each double quote appears twice. 

Phil


If I answered your question please mark my post as the solution.
If my answer helped solve your problem, give it a kudos by clicking on the Thumbs Up.



Did I answer your question? Then please mark my post as the solution.
If I helped you, click on the Thumbs Up to give Kudos.


Blog :: YouTube Channel :: Connect on Linkedin


Proud to be a Super User!


View solution in original post

1 REPLY 1
PhilipTreacy
Super User
Super User

Hi @Anonymous 

The double quotes in the URL is causing the error.  They look like the start/end of strings to PQ.

You need to change the search string to this

 

 

(""CCS Incident"", ""Bug"")

 

 

So each double quote appears twice. 

Phil


If I answered your question please mark my post as the solution.
If my answer helped solve your problem, give it a kudos by clicking on the Thumbs Up.



Did I answer your question? Then please mark my post as the solution.
If I helped you, click on the Thumbs Up to give Kudos.


Blog :: YouTube Channel :: Connect on Linkedin


Proud to be a Super User!


Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.