Forum Discussion
Formula.Firewall: Query references other queries or steps
I am also facing Issue #2 and Issue #3. Were you ever able to resolve this?
Thanks,
Amy Jo
HI Amy,
Microsoft claims it to be a know issue with SharePoint API for Power BI. The way API for power bi works is when ever the schedule refresh triggers, power bi runs query on each and every record against the datasource. so, if you have 2000 records, it will 2000 times the queries will be run against the datasource.
In the current implementation of Power BI, for any of the cloud hosted serverices like SharePoint Online, CRM tools like Salesforce the schedule refresh happens through token. So the current expiry of token is 1 hour. so if the sharepoint data is huge and if the dataset takes more than 1 hour to refresh, it will result in token expiry and we end up in above errors.
In future , this token time might increase to 2 hrs. but what if the sharepoint data size increases, even microsoft doesn't have a clue. so there are few workarounds to optimize the refresh time which i have published . Please try and let me know if this helps you
- AJZoerner9 years agoFrequent Visitor
Anonymous,
Thanks for your reply. This is very useful information.
Amy Jo
- Anonymous9 years agoNot applicable
Hi everyone!
I'm having similar error as you Issue #1.
[Unable to combine data] Section1/Consulta1/AutoRemovedColumns1 is accessing data sources that have privacy levels which cannot be used together. Please rebuild this data combination.In my case I'm trying to conect to JIRA:
Query1 -> Connects to JIRA to get a list of issues.
Query2 -> Take the list generated in Query1 and connects to JIRA to look for info of every issue.
I've tried the link way above, I change the Privacy and gives me the same error.
Any other way?
Thanks!- Anonymous9 years agoNot applicable
HI,
In your queries , are you using "Merge Queries as New" by any chance ?
Is it possible to rebuild the data model by using relationships instead of creating a new query ?