My report is to be refrshed from Power BI Online, but it's built from Power BI Desktop.
I have two data sources that I call to feed two tables in PBI :
_All worklogs after migration (JIRA Cloud)
Multiple calls made to JIRA API
Code: Result = Json.Document(Web.Contents(https://api.tempo.io,
[
RelativePath="2/worklogs/project/CAAS" ,
Query=[from="2018-10-01",to="2018-11-01",limit="5000",offset="0"],
Headers=[Authorization="Bearer 1j1sUPc4XkLXSEvpmSuTZqioP4OqLE"]
]
))
_All worklogs before migration (JIRA Server)
Excel file stored on Sharepoint
Code: Source= Excel.Workbook(Web.Contents("https://n0151c.sharepoint.com/sites/..../....xls")
Once I have loaded and transformed my two tables, I have created another one that merges the two tables into one called "Worklogs".
I refresh my data from power BI Desktop: it works. All good!
Then I publish my data to Power BI Online with an autorefrwsh schedueled.
Once it's uploaded this automatic rfresh starts and returns an error straight away: [Unable to combine data] Section1/_All worklogs after migration (JIRA Cloud)/Changed Type1 is accessing data sources that have privacy levels which cannot be used together. Please rebuild this data combination. Table: Worklogs.
You're probably going to tell me to check the privacies enabled on my file.
Both datasources have been set to Privacy level=Public
I ignore the Privacy Levels (File>Options and settings>Options>Privac>"Ignore")
ANd here, I'm stuck. I don't know what to do.
The Excel document is hosted on the workplace where my Power BI datasource is hosted. LOL there should not be any problems!
I want to add that the problenm appeared all of a sudden, after last Power BI Online update (I think).
If you have any idea how to fix the problem, I'm all ears.
Thanks in adna