I share here how I have solved this PowerBI error.
Error description
I got following error in my PowerBI Jira Template:
Formula.Firewall: Query 'GetIssuesTable' (step 'Issues') references other queries or steps, so it may not directly access a data source. Please rebuild this data combination.
Solution
let
Fields=GetFields,
IssuesTable = GetItems(null,Fields),
in
IssuesTable
Quick (dirty?) fix would be to change in the PBI file options-> Privacy-> Always ignore Privacy Level settings
No comments:
Post a Comment