Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreWe've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register 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!
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 51 | |
| 37 | |
| 35 | |
| 19 | |
| 17 |
| User | Count |
|---|---|
| 72 | |
| 70 | |
| 39 | |
| 34 | |
| 23 |