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

Scheduled refresh not working because of error "Unable to combine data"

Hi all,

 

when I try to refresh my dataset i get an error "Unable to combine data". Everything works on power bi desktop but my scheduled refresh is not working.

 

Code after I tried https://www.excelguru.ca/blog/2015/03/11/power-query-errors-please-rebuild-this-data-combination/:

 

DuplicatedTable = AllIssueKeys, //fetches the initial list of issue keys
NewColumn = Table.AddColumn(DuplicatedTable, "Issue",each Json.Document(Web.Contents("https://myjira.atlassian.net",
       [RelativePath = "rest/api/3/issue/"&[IssueKey],
       Query=[]])))

 

 

Thank you in advance,

 

Mario 

1 ACCEPTED SOLUTION
v-frfei-msft
Community Support
Community Support

Hi @mariopavic ,

 

Please change the privacy level to none and check again.

pr.PNG

 

 

Community Support Team _ Frank
If this post helps, then please consider Accept it as the solution to help the others find it more quickly.

View solution in original post

5 REPLIES 5
v-frfei-msft
Community Support
Community Support

Hi @mariopavic ,

 

Please change the privacy level to none and check again.

pr.PNG

 

 

Community Support Team _ Frank
If this post helps, then please consider Accept it as the solution to help the others find it more quickly.

Thanks for the answer, but I still have the same error.

 

Picture: https://ibb.co/MfdGhNJ

Hi @mariopavic ,

 

As the error message, please check the creditional of the site and re configure the data source for it in your gateway if necessary.

 

Community Support Team _ Frank
If this post helps, then please consider Accept it as the solution to help the others find it more quickly.

thanks for the response again @v-frfei-msft . 

 

I've checked all credentials for the site and data sources. Also I've put privacy level to combine data according each file's privacy level settings. I've also checked is my api token correct. 

 

I don't use gateway connection since all my data sources are in cloud.

 

Is there something else I can check? 

Well this is strange. This is working now and what I've done is:

1. Set the privacy level as you said

2. Moved my code to the first data table

3. Changed my reqeust to consume the same API, because I was using two different ones (this fixed it)

 

I was using jira API 2 and 3 and switched to 2 because I haven't seen API 3 in "Data source settings" in current file. @v-frfei-msft  do you maybe know the reason why API 3 wouldn't show up in "Data sources in current file"?

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.