Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions docs-mslearn/toolkit/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,16 @@ This article summarizes the features and enhancements in each release of the Fin

The following section lists features and enhancements that are currently in development.

### Power BI reports pending updates

- Create a new Pricing models page in the Rate optimization report (KQL only) to show coverage of different pricing options.
- This is an early preview that is included in 0.10 KQL reports, but hidden by default.
- The final release will include the same report in storage reports, however it may not be feature complete due to performance limitations.
- Pending changes before this gets released:
- Update the page name.
- Break "standard" (on-demand) usage into reservation eligible and savings plan eligible costs.
- Consider creating a new, calculated column with clearer values than x_PricingSubcategory.

### Bicep Registry module pending updates

- Cost Management export modules for subscriptions and resource groups.
Expand Down
388 changes: 374 additions & 14 deletions src/power-bi/kql/RateOptimization.Report/report.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -43597,7 +43597,7 @@ cultureInfo en-US
"State": "Generated",
"Terms": [
{
"Effective Savings Rate": {
"ESR": {
"State": "Suggested",
"Source": {
"Type": "External",
Expand All @@ -43617,7 +43617,7 @@ cultureInfo en-US
}
},
{
"ESR": {
"Effective Savings Rate": {
"State": "Suggested",
"Source": {
"Type": "External",
Expand Down
2 changes: 1 addition & 1 deletion src/power-bi/kql/Shared.Dataset/definition/model.tmdl
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ queryGroup 'Data Explorer'

annotation __PBI_TimeIntelligenceEnabled = 0

annotation PBIDesktopVersion = 2.141.1177.0 (25.03)+c500dc5720dc9271c2dcfef1230911a0da742ee3
annotation PBIDesktopVersion = 2.143.709.0 (25.05)+7dda153090d92b81c914dbf9a8341b546d6d0467

annotation PBI_QueryOrder = ["▢️ START HERE","Cluster URL","Storage URL","Number of Months","Default Granularity","ftk_DemoFilter","Costs","HubScopes","HubSettings","InstanceSizeFlexibility","PricingUnits","Regions","ResourceTypes","StorageData","StorageErrors","AdvisorRecommendations","AdvisorReservationRecommendations","Disks","ManagementGroups","NetworkInterfaces","NetworkSecurityGroups","PolicyAssignments","PolicyDefinitions","PolicyStates","PublicIPAddresses","Resources","SqlDatabases","Subscriptions","VirtualMachines","ReservationRecommendations"]

Expand Down