diff --git a/docs/_reporting/power-bi/rate-optimization.md b/docs/_reporting/power-bi/rate-optimization.md
index 998949287..358c17292 100644
--- a/docs/_reporting/power-bi/rate-optimization.md
+++ b/docs/_reporting/power-bi/rate-optimization.md
@@ -19,8 +19,8 @@ Commitment discount chargeback, savings, and coverage.
- [Working with this report](#working-with-this-report)
- [Get started](#get-started)
-- [Commitments](#commitments)
-- [Savings](#savings)
+- [Commitment discounts](#commitment-discounts)
+- [Commitment discount savings](#commitment-discount-savings)
- [Chargeback](#chargeback)
- [Reservation recommendations](#reservation-recommendations)
- [Purchases](#purchases)
@@ -80,7 +80,7 @@ The **Get started** page includes a basic introduction to the report with additi
-## Commitments
+## Commitment discounts
The **Commitments** page provides a list of your commitment discounts and offers a summary of the quantity used, utilization, savings, and effective cost for the period.
@@ -90,7 +90,7 @@ The chart breaks down the cost of used (utilized) vs. unused charges. Unused cha
-## Savings
+## Commitment discount savings
The **Savings** page summarizes cost savings obtained from commitment discounts. Commitments are grouped by program and service.
@@ -121,7 +121,7 @@ The chart shows the amortized cost for each subscription that used a commitment.
### 🛠️ Chargeback customization tips
- Consider changing the columns in the table based on your chargeback needs.
-- If you use tags for cost allocation, create custom columns in the CostDetails table that extract their values, then add those as columns into the visual for reporting.
+- If you use tags for cost allocation, create custom columns in the Costs table that extract their values, then add those as columns into the visual for reporting.
- Consider bringing in external data for additional allocation options.
diff --git a/docs/_reporting/power-bi/setup.md b/docs/_reporting/power-bi/setup.md
index 558135759..9150d0d93 100644
--- a/docs/_reporting/power-bi/setup.md
+++ b/docs/_reporting/power-bi/setup.md
@@ -126,7 +126,7 @@ FinOps toolkit reports manipulate the raw data to facilitate specific types of r
1. Download one of the FinOps toolkit reports.
2. Open the report in Power BI Desktop.
3. Select **Transform data** in the toolbar.
-4. In the Queries list on the left, right-click **CostDetails** (or other query) and select **Copy**.
+4. In the Queries list on the left, right-click **Costs** (or other query) and select **Copy**.
5. Open your report in Power BI Desktop.
6. Select **Transform data** in the toolbar.
7. Right-click the empty space in the bottom of the **Queries** pane and select **New group...**.
@@ -136,12 +136,12 @@ FinOps toolkit reports manipulate the raw data to facilitate specific types of r
At this point, you have the core data from the FinOps toolkit reports, extended to support Azure Hybrid Benefit and FOCUS reports. In addition to these, you may also be interested in the custom columns and measures that summarize savings, utilization, cost over time, and more. Unfortunately, Power BI doesn't provide a simple way to copy columns and measures. Perform the following for each column and measure you'd like to copy:
-1. In the FinOps toolkit report, expand the **CostDetails** (or other table) table in the **Data** pane on the right.
+1. In the FinOps toolkit report, expand the **Costs** (or other table) table in the **Data** pane on the right.
2. Select a custom column or measure, then copy the formula from the editor at the top of the window, under the toolbar.
_Be sure to make note if this is a column or a measure. Columns have a table icon with a "Σ" or "fx" symbol and measures have a calculator icon._-3. In your report, right click the **CostDetails** table and select **New measure** or **New column** based on what you just copied. +3. In your report, right click the **Costs** table and select **New measure** or **New column** based on what you just copied. 4. When the formula editor is shown, paste the formula using Ctrl+V or Cmd+V. 5. Repeat steps 2-4 for each desired column and measure. @@ -194,23 +194,23 @@ The Cost Management template app does not support customization in Power BI Desk ## 🏗️ Migrate from the Cost Management connector -The Cost Management connector provides separate queries for actual (billed) and amortized costs. In an effort to minimize data size and improve performance, the FinOps toolkit reports combine these into a single query. The best way to migrate from the Cost Management connector is to copy the queries from a FinOps toolkit report and then update your visuals to use the **CostDetails** table. +The Cost Management connector provides separate queries for actual (billed) and amortized costs. In an effort to minimize data size and improve performance, the FinOps toolkit reports combine these into a single query. The best way to migrate from the Cost Management connector is to copy the queries from a FinOps toolkit report and then update your visuals to use the **Costs** table. 1. Download one of the FinOps toolkit reports. 2. Open the report in Power BI Desktop. 3. Select **Transform data** in the toolbar. -4. In the **Queries** list on the left, right-click **CostDetails** and select **Copy**. +4. In the **Queries** list on the left, right-click **Costs** and select **Copy**. 5. Before you change your report, make a copy first to ensure you can rollback if needed. 6. Open your report in Power BI Desktop. 7. Select **Transform data** in the toolbar. 8. Right-click the empty space in the bottom of the **Queries** pane and select **New group...**. 9. Set the name to `FinOps toolkit` and select **OK**. 10. Right-click the **FinOps toolkit** folder and select **Paste**. -11. Right-click the **CostDetails** query and select **Advanced Editor**. +11. Right-click the **Costs** query and select **Advanced Editor**. 12. Copy all text and close the editor dialog. 13. Right-click the **Usage details** query and select **Advanced Editor**. -14. Replace all text with the copied text from CostDetails and select the **Done** button. -15. Rename the **Usage details** query to `CostDetails` and drag it into the `FinOps toolkit` folder. +14. Replace all text with the copied text from Costs and select the **Done** button. +15. Rename the **Usage details** query to `Costs` and drag it into the `FinOps toolkit` folder. 16. Delete the **Usage details amortized** query. 17. Select **Close & Apply** in the toolbar for both reports. 18. Review each page to ensure the visuals are still working as expected. Update any references to old columns or measures to the new names. @@ -237,15 +237,15 @@ See [Queries and datasets](#️-queries-and-datasets) below for additional detai
![Screenshot of the calculated column and measure icons in Power BI](https://user-images.githubusercontent.com/399533/216805396-96abae2d-473a-4136-8943-cac4ddd74dce.png)