Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live now!
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:
This is what I entered and the error I get:Token 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?
Solved! Go to Solution.
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.
Proud to be a 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.
Proud to be a Super User!
The Power BI Data Visualization World Championships is back! It's time to submit your entry.
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 60 | |
| 49 | |
| 30 | |
| 25 | |
| 23 |
| User | Count |
|---|---|
| 131 | |
| 103 | |
| 58 | |
| 39 | |
| 31 |