Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Hi all,
New to PowerBI and I'm struggling with the following. I have a number of projects in a PWA online, and I have gotten the core data from there using the Project Online PowerBi Template app from here
The trouble I am having is that the issues and risks lists for each project have additional custom fields that I would like to show in PBI and that aren't part of the template app.
It is possible to query these lists using the sharepoint api and hence load the additional data that is missing.
Where I am having trouble is loading the data in the actual Risks or Issues table in PBI.
Focusing on the Issues table, for each custom field, I would like to add a custom column based on a function that would do these three things.
Custom = (let issueprojectid = [Project Id] in Table.SelectRows(Projects, each [Project Id] = issueprojectid)){0}[Project Workspace Internal Url]
let Source = OData.Feed("ProjectWorspaceInternalURL/_api/web/lists/GetByTitle('Issues')/Items(ID)?$Select=CustomField", null, [Implementation="2.0"])
in Source
As an alternate approach, I tried to create a custom column for the URL, another with the extracted ID, then finally a column that looked up the custom field value for the issue. Alas, this resulted in an error that stated: "Formula.Firewall: Query 'QueryName' (step 'StepName') references other queries or steps and so may not directly access a data source. Please rebuild this data combination"
Any help you could provide in combining the three requirements into a single function would be greatly appreciated. I am simply banging my head against the wall at this point!
Thank you
Solved! Go to Solution.
@Anonymous
You may take a look at the post below.
@Anonymous
You may take a look at the post below.
User | Count |
---|---|
10 | |
5 | |
4 | |
4 | |
3 |
User | Count |
---|---|
14 | |
9 | |
5 | |
5 | |
4 |