Skip to content

Commit

Permalink
Update Power BI reports to FOCUS 1.0 (#799)
Browse files Browse the repository at this point in the history
  • Loading branch information
flanakin authored Jul 10, 2024
1 parent 12f05da commit 3bf3247
Show file tree
Hide file tree
Showing 18 changed files with 3,778 additions and 2,508 deletions.
7 changes: 2 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -353,11 +353,8 @@ MigrationBackup/
coverage.xml

# Microsoft Power BI
.pbi/cache.abf
.pbi/localSettings.json
/src/power-bi/Shared.Dataset/.pbi/cache.abf
/src/power-bi/DataIngestion.Report/.pbi/localSettings.json
/src/power-bi/Shared.Dataset/.pbi/localSettings.json
**/.pbi/cache.abf
**/.pbi/localSettings.json

# Optimization Engine local deployment files
last-deployment-state.json
Expand Down
7 changes: 7 additions & 0 deletions docs/_resources/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ Legend:
> ➕ Added:
>
> 1. Added a new [Ingestion errors page](../_reporting/power-bi/data-ingestion.md#ingestion-errors) to help identify FinOps hub data ingestion issues.
> 2. Added a new **x_IncrementalRefreshDate** column to facilitate configuring incremental refresh in Power BI.
>
> ✏️ Changed
>
Expand All @@ -96,6 +97,12 @@ Legend:
> - Reports will still be released as PBIX files so this change should not impact end users.
> - Visualizations are not being switched to [Power BI Enhanced Report (PBIR)](https://learn.microsoft.com/power-bi/developer/projects/projects-report#pbir-format) format yet due to functional limitations that would impact end users (as of June 2024).
> 4. Optimized [Data ingestion report](../_reporting/power-bi/data-ingestion.md) queries to reduce memory footprint and load faster.
> 5. Updated the [DQ page in the Cost summary report](../_reporting/power-bi/cost-summary.md#dq) to identify empty ChargeDescription rows.
> 6. Updated the [DQ page in the Cost summary report](../_reporting/power-bi/cost-summary.md#dq) to identify potentially missing rounding adjustments.
> <blockquote class="warning" markdown="1">
> _We are investigating an issue where we are missing rounding adjustments since May 2024. We do not yet know the cause of this issue._
> </blockquote>
> 7. Simplified formatting for the `BillingPeriod` and `ChargePeriod` measures in Power BI.
>
> 🛠️ Fixed:
>
Expand Down
3 changes: 2 additions & 1 deletion docs/_resources/data-dictionary.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,8 @@ Columns to add:
| EffectiveCostInUsd | EffectiveCost in USD. |
| EffectivePricingCost | EffectiveCost in the pricing currency. |
| EffectiveUnitPrice | Amortized price per unit after commitment discounts. |
| <a name="i"></a>InvoiceId | Unique identifier for the invoice the charge is included in. Only available for closed months after the invoice is published. |
| <a name="i"></a>IncrementalRefreshDate | Derived. Numeric version of the `ChargePeriodStart` column to simplify setup for incremental refresh. |
| InvoiceId | Unique identifier for the invoice the charge is included in. Only available for closed months after the invoice is published. |
| InvoiceIssuerId | Unique identifier of the organization that generated the invoice. |
| InvoiceIssuerName<sup>⚠️</sup> | Name of the organization that generated the invoice. Only supported for CSP accounts. Not supported for EA or MCA accounts that are managed by a partner due to data not being provided by Cost Management. |
| InvoiceSectionId | Unique identifier (GUID) of a section within an invoice used for grouping related charges. Represents an EA department. Not applicable for MOSA. |
Expand Down
Binary file modified src/power-bi/CostManagementConnector.pbix
Binary file not shown.
1,813 changes: 912 additions & 901 deletions src/power-bi/CostSummary.Report/report.json

Large diffs are not rendered by default.

212 changes: 106 additions & 106 deletions src/power-bi/RateOptimization.Report/report.json

Large diffs are not rendered by default.

Loading

0 comments on commit 3bf3247

Please sign in to comment.