-
Notifications
You must be signed in to change notification settings - Fork 161
Labels
Tool: FinOps hubsData pipeline solutionData pipeline solutionTool: Power BIPower BI reportsPower BI reports
Milestone
Description
🐛 Problem
When using the power bi report Data Ingestion the hub with version 0.10 is marked as an old hub version.
See :
finops-toolkit/src/power-bi/kql/Shared.Dataset/definition/tables/StorageData.tmdl
Line 333 in eb4a630
try if (Text.StartsWith([HubVersion], "0.0") or Text.StartsWith([HubVersion], "0.1")) then "InvalidHubVersion" |
👣 Repro steps
- Using the Data Ingestion report with KQL and refresh the data.
- Check in the table "StorageErrors", there should be a line with error message "FinOps hubs 0.1.1 and earlier does not work with this Power BI report."
🤔 Expected
The finop hub v0.10 should be seen as a valid hub version
📷 Screenshots
ℹ️ Additional context
🙋♀️ Ask for the community
Metadata
Metadata
Assignees
Labels
Tool: FinOps hubsData pipeline solutionData pipeline solutionTool: Power BIPower BI reportsPower BI reports
Activity
JacobStruiksma commentedon Jun 4, 2025
I was looking what kind of versioning numbers are used in the past I stumbled upon the following file:
finops-toolkit/src/templates/finops-hub/schemas/settings.json
Line 15 in eb4a630
The versions it should mark as invalid should be the following:
"0.0.1", "0.1", "0.1.1"
But do notice that the schema only allows up to version 0.7
flanakin commentedon Jun 10, 2025
Good catch! This shouldn't impact anything operationally, but we definitely appreciate the fix! ❤️