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
jinokannen
Frequent Visitor

Json file fetching empty records from Jira Cloud since last week

let
Source = Json.Document(Web.Contents("https://www.aioreports.com/aio-app/rest-api/report/export?token=xxxxxx&ID=$$$$$$&format=json", [Timeout=#duration(0, 0, 5, 0)])),
Source1 = Source{0},
data = Source1[data],
#"Converted to Table" = Table.FromList(data, Splitter.SplitByNothing(), null, null, ExtraValues.Error)
in
#"Converted to Table"

 

 

The above query for fetching data from Jira cloud to PBI was working perfect since last week, and all of a sudden its stop doing.

its pull only empty single column records with same number of expected rows. The issue is same for all reports which fetch data from the same source. The source side looks ok  as I can fetch data to any internet browser in the same json format. Please advise. 

1 REPLY 1
dax
Community Support
Community Support

Hi jinokannen, 

According to your description, it works well in browser but just don't work in PowerBI. I am not sure whether this is caused by token. If you use another token, will this work or not. By the way, is there any error information when conncet to Jira Cloud? If there is , please inform me in details.

Best Regards,
Zoe Zhi

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

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.