[PowerShell] Publish-FinOpsHubReport #253
Labels
Status: ⛔ Blocked
Progress blocked on another change
Tool: FinOps hubs
Data pipeline solution
Tool: PowerShell
PowerShell scripts and automation
Type: Feature 💎
Idea to improve the product
📝 Scenario
As a hub admin, I need to publish a Power BI report in order to make it available to all stakeholders
💎 Solution
Create a Publish-FinOpsHubReport command that downloads FinOps hub reports, publishes them to the Power BI service, and optionally connects them to a hub instance.
Synopsis
Publishes a report to the Power BI service and optionally connects it to a FinOps hub instance.
Syntax
Description
The Publish-FinOpsHubReport command publishes a report to the Power BI service. If the -Name is a file path to a PBIX file, that custom report will be published. If the -Name references a FinOps hub report name, the report will be downloaded and published. If a hub instance is specified either via -HubName or -ResourceGroupName, the report will be connected to that hub instance. If a hub instance is not specified, the report will contain sample data.
Parameters
-Name
-HubName
-ResourceGroupName
ℹ️ Additional info
Use the
Download-FinOpsHubReport
to get the download the report. Use the version of the hub instance when downloading a specific version. If not specified, use the latest version.We should be able to use New-PowerBIReport to publish the report.
We might be able to update the query parameters via the Set-PowerBIDataset command. We need to confirm.
🙋♀️ Ask for the community
We could use your help:
The text was updated successfully, but these errors were encountered: