Skip to content

Finops hub version 0.10 not recognized as a valid hub version #1660

@JacobStruiksma

Description

@JacobStruiksma
Contributor

🐛 Problem

When using the power bi report Data Ingestion the hub with version 0.10 is marked as an old hub version.
See :

try if (Text.StartsWith([HubVersion], "0.0") or Text.StartsWith([HubVersion], "0.1")) then "InvalidHubVersion"

👣 Repro steps

  1. Using the Data Ingestion report with KQL and refresh the data.
  2. 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

Activity

JacobStruiksma

JacobStruiksma commented on Jun 4, 2025

@JacobStruiksma
ContributorAuthor

I was looking what kind of versioning numbers are used in the past I stumbled upon the following file:

"enum": ["0.0.1", "0.1", "0.1.1", "0.2", "0.2.1", "0.3", "0.4", "0.5", "0.6", "0.7"]

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

flanakin commented on Jun 10, 2025

@flanakin
Collaborator

Good catch! This shouldn't impact anything operationally, but we definitely appreciate the fix! ❤️

added theissue type on Jun 10, 2025
added this to the 2025-06 - June milestone on Jun 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    Projects

    No projects

    Relationships

    None yet

      Participants

      @flanakin@JacobStruiksma

      Issue actions

        Finops hub version 0.10 not recognized as a valid hub version · Issue #1660 · microsoft/finops-toolkit