Skip to content

Commit

Permalink
Add total savings page in Rate optimization PBI report (#1306)
Browse files Browse the repository at this point in the history
  • Loading branch information
flanakin authored Feb 9, 2025
1 parent 85572a4 commit 1263f1e
Show file tree
Hide file tree
Showing 5 changed files with 1,045 additions and 153 deletions.
2 changes: 1 addition & 1 deletion docs/_resources/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ Legend:
>
> 1. Added missing request body to fix the false positive `config_RunExportJobs` pipeline validation errors in Data Factory ([#1250](https://github.com/microsoft/finops-toolkit/issues/1250))

📊 Power BI reports
{: .fs-5 .fw-500 .mt-4 mb-0 }

Expand All @@ -138,6 +137,7 @@ Legend:
> - If you notice prices or costs that are not correct, please [submit an issue in GitHub](https://aka.ms/ftk/ideas). Do not file a support request.
> 1. Added the Pricing units open dataset to support price sheet data cleanup.
> 1. Added `PricingUnit` and `x_PricingBlockSize` columns to the **Prices** table.
> 1. Added Total savings page to the Rate optimization report.
> 1. Added Effective Savings Rate (ESR).
>
> ✏️ Changed:
Expand Down
461 changes: 451 additions & 10 deletions src/power-bi/kql/RateOptimization.Report/report.json

Large diffs are not rendered by default.

465 changes: 453 additions & 12 deletions src/power-bi/storage/RateOptimization.Report/report.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -1743,7 +1743,7 @@ cultureInfo en-US
}
},
{
"Effective Savings Rate (ESR)": {
"Effective Savings Rate": {
"State": "Suggested",
"Source": {
"Type": "External",
Expand All @@ -1753,7 +1753,7 @@ cultureInfo en-US
}
},
{
"Effective Savings Rate": {
"Effective Savings Rate (ESR)": {
"State": "Suggested",
"Source": {
"Type": "External",
Expand Down
Loading

0 comments on commit 1263f1e

Please sign in to comment.