PlanviewEnterprise.Feed is a Power Query M function that returns a table with Planview Portfolios data.
Compatible with: Power BI Service Power BI Desktop Excel Microsoft 365
Syntax
PlanviewEnterprise.Feed(
url as text,
database as text,
) as table
Description
Returns a table with Planview Portfolios data.
Examples
Returns a table of Planview Portfolios information
// Output: A table of Planview Portfolios data about database pve
PlanviewEnterprise.Feed( "https://contoso.com/planview", "pve" )
Related functions
Other functions related to PlanviewEnterprise.Feed are:
2023-2024 © BI Gorilla. All rights are reserved. Information from Microsoft docs is property of Microsoft Corp. | Privacy Policy