Giter Club home page Giter Club logo

Comments (2)

swiecaJS avatar swiecaJS commented on June 4, 2024

Okay, now I think I am close to the root cause

The DataViewMetadata differs for the packaged and development visual.

Please note that the production one has additional entries, and those extra entries do not have rolesIndex property

That's the development one:

{
  "columns": [
    {
      "roles": {
        "Rows": true
      },
      "type": {
        "underlyingType": 1,
        "category": null,
        "primitiveType": 1,
        "extendedType": 1,
        "categoryString": null,
        "text": true,
        "numeric": false,
        "integer": false,
        "bool": false,
        "dateTime": false,
        "duration": false,
        "binary": false,
        "json": false,
        "none": false
      },
      "displayName": "Account Classification",
      "queryName": "Account Classification.Account Classification",
      "expr": {
        "_kind": 2,
        "source": {
          "_kind": 0,
          "entity": "Account Classification",
          "variable": "a",
          "kind": 0
        },
        "ref": "Account Classification",
        "kind": 2
      },
      "rolesIndex": {
        "Rows": [
          0
        ]
      },
      "index": 0,
      "identityExprs": [
        {
          "_kind": 2,
          "source": {
            "_kind": 0,
            "entity": "Account Classification",
            "kind": 0
          },
          "ref": "Account Classification",
          "kind": 2
        }
      ]
    },
    {
      "roles": {
        "Values": true
      },
      "type": {
        "underlyingType": 259,
        "category": null,
        "primitiveType": 3,
        "extendedType": 259,
        "categoryString": null,
        "text": false,
        "numeric": true,
        "integer": false,
        "bool": false,
        "dateTime": false,
        "duration": false,
        "binary": false,
        "json": false,
        "none": false
      },
      "format": "#,##0.00",
      "displayName": "Sum of Amount",
      "queryName": "Sum(Account Balances Pivot.Amount)",
      "expr": {
        "_kind": 4,
        "arg": {
          "_kind": 2,
          "source": {
            "_kind": 0,
            "entity": "Account Balances Pivot",
            "variable": "a1",
            "kind": 0
          },
          "ref": "Amount",
          "kind": 2
        },
        "func": 0,
        "kind": 4
      },
      "sort": 2,
      "sortOrder": 0,
      "rolesIndex": {
        "Values": [
          0
        ]
      },
      "index": 1,
      "isMeasure": true
    },
    {
      "roles": {
        "Columns": true
      },
      "type": {
        "underlyingType": 260,
        "category": null,
        "primitiveType": 4,
        "extendedType": 260,
        "categoryString": null,
        "text": false,
        "numeric": true,
        "integer": true,
        "bool": false,
        "dateTime": false,
        "duration": false,
        "binary": false,
        "json": false,
        "none": false
      },
      "format": "#0",
      "displayName": "Year",
      "queryName": "Account Balances Pivot.Year",
      "expr": {
        "_kind": 2,
        "source": {
          "_kind": 0,
          "entity": "Account Balances Pivot",
          "variable": "a1",
          "kind": 0
        },
        "ref": "Year",
        "kind": 2
      },
      "rolesIndex": {
        "Columns": [
          0
        ]
      },
      "index": 2,
      "identityExprs": [
        {
          "_kind": 2,
          "source": {
            "_kind": 0,
            "entity": "Account Balances Pivot",
            "kind": 0
          },
          "ref": "Year",
          "kind": 2
        }
      ]
    }
  ],
  "isDataFilterApplied": true,
  "dataRoles": {
    "drillableRoles": {}
  }
}

and here we have production one

{
  "columns": [
    {
      "roles": {
        "Rows": true
      },
      "type": {
        "underlyingType": 1,
        "category": null,
        "primitiveType": 1,
        "extendedType": 1,
        "categoryString": null,
        "text": true,
        "numeric": false,
        "integer": false,
        "bool": false,
        "dateTime": false,
        "duration": false,
        "binary": false,
        "json": false,
        "none": false
      },
      "displayName": "Account Classification",
      "queryName": "Account Classification.Account Classification",
      "expr": {
        "_kind": 2,
        "source": {
          "_kind": 0,
          "entity": "Account Classification",
          "variable": "a",
          "kind": 0
        },
        "ref": "Account Classification",
        "kind": 2
      },
      "rolesIndex": {
        "Rows": [
          0
        ]
      },
      "index": 0,
      "identityExprs": [
        {
          "_kind": 2,
          "source": {
            "_kind": 0,
            "entity": "Account Classification",
            "kind": 0
          },
          "ref": "Account Classification",
          "kind": 2
        }
      ]
    },
    {
      "roles": {
        "Values": true
      },
      "type": {
        "underlyingType": 259,
        "category": null,
        "primitiveType": 3,
        "extendedType": 259,
        "categoryString": null,
        "text": false,
        "numeric": true,
        "integer": false,
        "bool": false,
        "dateTime": false,
        "duration": false,
        "binary": false,
        "json": false,
        "none": false
      },
      "format": "#,##0.00",
      "displayName": "Sum of Amount",
      "queryName": "Sum(Account Balances Pivot.Amount)",
      "expr": {
        "_kind": 4,
        "arg": {
          "_kind": 2,
          "source": {
            "_kind": 0,
            "entity": "Account Balances Pivot",
            "variable": "a1",
            "kind": 0
          },
          "ref": "Amount",
          "kind": 2
        },
        "func": 0,
        "kind": 4
      },
      "sort": 2,
      "sortOrder": 0,
      "rolesIndex": {
        "Values": [
          0
        ]
      },
      "index": 1,
      "isMeasure": true
    },
    {
      "roles": {
        "Columns": true
      },
      "type": {
        "underlyingType": 260,
        "category": null,
        "primitiveType": 4,
        "extendedType": 260,
        "categoryString": null,
        "text": false,
        "numeric": true,
        "integer": true,
        "bool": false,
        "dateTime": false,
        "duration": false,
        "binary": false,
        "json": false,
        "none": false
      },
      "format": "#0",
      "displayName": "Year",
      "queryName": "Account Balances Pivot.Year",
      "expr": {
        "_kind": 2,
        "source": {
          "_kind": 0,
          "entity": "Account Balances Pivot",
          "variable": "a1",
          "kind": 0
        },
        "ref": "Year",
        "kind": 2
      },
      "rolesIndex": {
        "Columns": [
          0
        ]
      },
      "index": 2,
      "identityExprs": [
        {
          "_kind": 2,
          "source": {
            "_kind": 0,
            "entity": "Account Balances Pivot",
            "kind": 0
          },
          "ref": "Year",
          "kind": 2
        }
      ]
    },
    {
      "roles": {
        "Values": true
      },
      "type": {
        "underlyingType": 259,
        "category": null,
        "primitiveType": 3,
        "extendedType": 259,
        "categoryString": null,
        "text": false,
        "numeric": true,
        "integer": false,
        "bool": false,
        "dateTime": false,
        "duration": false,
        "binary": false,
        "json": false,
        "none": false
      },
      "format": "#,##0.00",
      "displayName": "Sum of Amount",
      "queryName": "Sum(Account Balances Pivot.Amount)",
      "expr": {
        "_kind": 4,
        "arg": {
          "_kind": 2,
          "source": {
            "_kind": 0,
            "entity": "Account Balances Pivot",
            "variable": "a1",
            "kind": 0
          },
          "ref": "Amount",
          "kind": 2
        },
        "func": 0,
        "kind": 4
      },
      "sort": 2,
      "sortOrder": 0,
      "index": 1,
      "isMeasure": true,
      "groupName": 2011,
      "rootSource": {
        "displayName": "",
        "index": 1,
        "format": "#,##0.00",
        "type": {
          "underlyingType": 0,
          "category": null,
          "primitiveType": 0,
          "extendedType": 0,
          "categoryString": null,
          "text": false,
          "numeric": false,
          "integer": false,
          "bool": false,
          "dateTime": false,
          "duration": false,
          "binary": false,
          "json": false,
          "none": false
        },
        "isMeasure": true
      }
    },
    {
      "roles": {
        "Values": true
      },
      "type": {
        "underlyingType": 259,
        "category": null,
        "primitiveType": 3,
        "extendedType": 259,
        "categoryString": null,
        "text": false,
        "numeric": true,
        "integer": false,
        "bool": false,
        "dateTime": false,
        "duration": false,
        "binary": false,
        "json": false,
        "none": false
      },
      "format": "#,##0.00",
      "displayName": "Sum of Amount",
      "queryName": "Sum(Account Balances Pivot.Amount)",
      "expr": {
        "_kind": 4,
        "arg": {
          "_kind": 2,
          "source": {
            "_kind": 0,
            "entity": "Account Balances Pivot",
            "variable": "a1",
            "kind": 0
          },
          "ref": "Amount",
          "kind": 2
        },
        "func": 0,
        "kind": 4
      },
      "sort": 2,
      "sortOrder": 0,
      "index": 1,
      "isMeasure": true,
      "groupName": 2012,
      "rootSource": {
        "displayName": "",
        "index": 1,
        "format": "#,##0.00",
        "type": {
          "underlyingType": 0,
          "category": null,
          "primitiveType": 0,
          "extendedType": 0,
          "categoryString": null,
          "text": false,
          "numeric": false,
          "integer": false,
          "bool": false,
          "dateTime": false,
          "duration": false,
          "binary": false,
          "json": false,
          "none": false
        },
        "isMeasure": true
      }
    },
    {
      "roles": {
        "Values": true
      },
      "type": {
        "underlyingType": 259,
        "category": null,
        "primitiveType": 3,
        "extendedType": 259,
        "categoryString": null,
        "text": false,
        "numeric": true,
        "integer": false,
        "bool": false,
        "dateTime": false,
        "duration": false,
        "binary": false,
        "json": false,
        "none": false
      },
      "format": "#,##0.00",
      "displayName": "Sum of Amount",
      "queryName": "Sum(Account Balances Pivot.Amount)",
      "expr": {
        "_kind": 4,
        "arg": {
          "_kind": 2,
          "source": {
            "_kind": 0,
            "entity": "Account Balances Pivot",
            "variable": "a1",
            "kind": 0
          },
          "ref": "Amount",
          "kind": 2
        },
        "func": 0,
        "kind": 4
      },
      "sort": 2,
      "sortOrder": 0,
      "index": 1,
      "isMeasure": true,
      "groupName": 2013,
      "rootSource": {
        "displayName": "",
        "index": 1,
        "format": "#,##0.00",
        "type": {
          "underlyingType": 0,
          "category": null,
          "primitiveType": 0,
          "extendedType": 0,
          "categoryString": null,
          "text": false,
          "numeric": false,
          "integer": false,
          "bool": false,
          "dateTime": false,
          "duration": false,
          "binary": false,
          "json": false,
          "none": false
        },
        "isMeasure": true
      }
    },
    {
      "roles": {
        "Values": true
      },
      "type": {
        "underlyingType": 259,
        "category": null,
        "primitiveType": 3,
        "extendedType": 259,
        "categoryString": null,
        "text": false,
        "numeric": true,
        "integer": false,
        "bool": false,
        "dateTime": false,
        "duration": false,
        "binary": false,
        "json": false,
        "none": false
      },
      "format": "#,##0.00",
      "displayName": "Sum of Amount",
      "queryName": "Sum(Account Balances Pivot.Amount)",
      "expr": {
        "_kind": 4,
        "arg": {
          "_kind": 2,
          "source": {
            "_kind": 0,
            "entity": "Account Balances Pivot",
            "variable": "a1",
            "kind": 0
          },
          "ref": "Amount",
          "kind": 2
        },
        "func": 0,
        "kind": 4
      },
      "sort": 2,
      "sortOrder": 0,
      "index": 1,
      "isMeasure": true,
      "groupName": 2014,
      "rootSource": {
        "displayName": "",
        "index": 1,
        "format": "#,##0.00",
        "type": {
          "underlyingType": 0,
          "category": null,
          "primitiveType": 0,
          "extendedType": 0,
          "categoryString": null,
          "text": false,
          "numeric": false,
          "integer": false,
          "bool": false,
          "dateTime": false,
          "duration": false,
          "binary": false,
          "json": false,
          "none": false
        },
        "isMeasure": true
      }
    },
    {
      "roles": {
        "Values": true
      },
      "type": {
        "underlyingType": 259,
        "category": null,
        "primitiveType": 3,
        "extendedType": 259,
        "categoryString": null,
        "text": false,
        "numeric": true,
        "integer": false,
        "bool": false,
        "dateTime": false,
        "duration": false,
        "binary": false,
        "json": false,
        "none": false
      },
      "format": "#,##0.00",
      "displayName": "Sum of Amount",
      "queryName": "Sum(Account Balances Pivot.Amount)",
      "expr": {
        "_kind": 4,
        "arg": {
          "_kind": 2,
          "source": {
            "_kind": 0,
            "entity": "Account Balances Pivot",
            "variable": "a1",
            "kind": 0
          },
          "ref": "Amount",
          "kind": 2
        },
        "func": 0,
        "kind": 4
      },
      "sort": 2,
      "sortOrder": 0,
      "index": 1,
      "isMeasure": true,
      "groupName": 2015,
      "rootSource": {
        "displayName": "",
        "index": 1,
        "format": "#,##0.00",
        "type": {
          "underlyingType": 0,
          "category": null,
          "primitiveType": 0,
          "extendedType": 0,
          "categoryString": null,
          "text": false,
          "numeric": false,
          "integer": false,
          "bool": false,
          "dateTime": false,
          "duration": false,
          "binary": false,
          "json": false,
          "none": false
        },
        "isMeasure": true
      }
    },
    {
      "roles": {
        "Values": true
      },
      "type": {
        "underlyingType": 259,
        "category": null,
        "primitiveType": 3,
        "extendedType": 259,
        "categoryString": null,
        "text": false,
        "numeric": true,
        "integer": false,
        "bool": false,
        "dateTime": false,
        "duration": false,
        "binary": false,
        "json": false,
        "none": false
      },
      "format": "#,##0.00",
      "displayName": "Sum of Amount",
      "queryName": "Sum(Account Balances Pivot.Amount)",
      "expr": {
        "_kind": 4,
        "arg": {
          "_kind": 2,
          "source": {
            "_kind": 0,
            "entity": "Account Balances Pivot",
            "variable": "a1",
            "kind": 0
          },
          "ref": "Amount",
          "kind": 2
        },
        "func": 0,
        "kind": 4
      },
      "sort": 2,
      "sortOrder": 0,
      "index": 1,
      "isMeasure": true,
      "groupName": 2016,
      "rootSource": {
        "displayName": "",
        "index": 1,
        "format": "#,##0.00",
        "type": {
          "underlyingType": 0,
          "category": null,
          "primitiveType": 0,
          "extendedType": 0,
          "categoryString": null,
          "text": false,
          "numeric": false,
          "integer": false,
          "bool": false,
          "dateTime": false,
          "duration": false,
          "binary": false,
          "json": false,
          "none": false
        },
        "isMeasure": true
      }
    },
    {
      "roles": {
        "Values": true
      },
      "type": {
        "underlyingType": 259,
        "category": null,
        "primitiveType": 3,
        "extendedType": 259,
        "categoryString": null,
        "text": false,
        "numeric": true,
        "integer": false,
        "bool": false,
        "dateTime": false,
        "duration": false,
        "binary": false,
        "json": false,
        "none": false
      },
      "format": "#,##0.00",
      "displayName": "Sum of Amount",
      "queryName": "Sum(Account Balances Pivot.Amount)",
      "expr": {
        "_kind": 4,
        "arg": {
          "_kind": 2,
          "source": {
            "_kind": 0,
            "entity": "Account Balances Pivot",
            "variable": "a1",
            "kind": 0
          },
          "ref": "Amount",
          "kind": 2
        },
        "func": 0,
        "kind": 4
      },
      "sort": 2,
      "sortOrder": 0,
      "index": 1,
      "isMeasure": true,
      "groupName": 2017,
      "rootSource": {
        "displayName": "",
        "index": 1,
        "format": "#,##0.00",
        "type": {
          "underlyingType": 0,
          "category": null,
          "primitiveType": 0,
          "extendedType": 0,
          "categoryString": null,
          "text": false,
          "numeric": false,
          "integer": false,
          "bool": false,
          "dateTime": false,
          "duration": false,
          "binary": false,
          "json": false,
          "none": false
        },
        "isMeasure": true
      }
    },
    {
      "roles": {
        "Values": true
      },
      "type": {
        "underlyingType": 259,
        "category": null,
        "primitiveType": 3,
        "extendedType": 259,
        "categoryString": null,
        "text": false,
        "numeric": true,
        "integer": false,
        "bool": false,
        "dateTime": false,
        "duration": false,
        "binary": false,
        "json": false,
        "none": false
      },
      "format": "#,##0.00",
      "displayName": "Sum of Amount",
      "queryName": "Sum(Account Balances Pivot.Amount)",
      "expr": {
        "_kind": 4,
        "arg": {
          "_kind": 2,
          "source": {
            "_kind": 0,
            "entity": "Account Balances Pivot",
            "variable": "a1",
            "kind": 0
          },
          "ref": "Amount",
          "kind": 2
        },
        "func": 0,
        "kind": 4
      },
      "sort": 2,
      "sortOrder": 0,
      "index": 1,
      "isMeasure": true,
      "groupName": 2018,
      "rootSource": {
        "displayName": "",
        "index": 1,
        "format": "#,##0.00",
        "type": {
          "underlyingType": 0,
          "category": null,
          "primitiveType": 0,
          "extendedType": 0,
          "categoryString": null,
          "text": false,
          "numeric": false,
          "integer": false,
          "bool": false,
          "dateTime": false,
          "duration": false,
          "binary": false,
          "json": false,
          "none": false
        },
        "isMeasure": true
      }
    },
    {
      "roles": {
        "Values": true
      },
      "type": {
        "underlyingType": 259,
        "category": null,
        "primitiveType": 3,
        "extendedType": 259,
        "categoryString": null,
        "text": false,
        "numeric": true,
        "integer": false,
        "bool": false,
        "dateTime": false,
        "duration": false,
        "binary": false,
        "json": false,
        "none": false
      },
      "format": "#,##0.00",
      "displayName": "Sum of Amount",
      "queryName": "Sum(Account Balances Pivot.Amount)",
      "expr": {
        "_kind": 4,
        "arg": {
          "_kind": 2,
          "source": {
            "_kind": 0,
            "entity": "Account Balances Pivot",
            "variable": "a1",
            "kind": 0
          },
          "ref": "Amount",
          "kind": 2
        },
        "func": 0,
        "kind": 4
      },
      "sort": 2,
      "sortOrder": 0,
      "index": 1,
      "isMeasure": true,
      "groupName": 2019,
      "rootSource": {
        "displayName": "",
        "index": 1,
        "format": "#,##0.00",
        "type": {
          "underlyingType": 0,
          "category": null,
          "primitiveType": 0,
          "extendedType": 0,
          "categoryString": null,
          "text": false,
          "numeric": false,
          "integer": false,
          "bool": false,
          "dateTime": false,
          "duration": false,
          "binary": false,
          "json": false,
          "none": false
        },
        "isMeasure": true
      }
    },
    {
      "roles": {
        "Values": true
      },
      "type": {
        "underlyingType": 259,
        "category": null,
        "primitiveType": 3,
        "extendedType": 259,
        "categoryString": null,
        "text": false,
        "numeric": true,
        "integer": false,
        "bool": false,
        "dateTime": false,
        "duration": false,
        "binary": false,
        "json": false,
        "none": false
      },
      "format": "#,##0.00",
      "displayName": "Sum of Amount",
      "queryName": "Sum(Account Balances Pivot.Amount)",
      "expr": {
        "_kind": 4,
        "arg": {
          "_kind": 2,
          "source": {
            "_kind": 0,
            "entity": "Account Balances Pivot",
            "variable": "a1",
            "kind": 0
          },
          "ref": "Amount",
          "kind": 2
        },
        "func": 0,
        "kind": 4
      },
      "sort": 2,
      "sortOrder": 0,
      "index": 1,
      "isMeasure": true,
      "groupName": 2020,
      "rootSource": {
        "displayName": "",
        "index": 1,
        "format": "#,##0.00",
        "type": {
          "underlyingType": 0,
          "category": null,
          "primitiveType": 0,
          "extendedType": 0,
          "categoryString": null,
          "text": false,
          "numeric": false,
          "integer": false,
          "bool": false,
          "dateTime": false,
          "duration": false,
          "binary": false,
          "json": false,
          "none": false
        },
        "isMeasure": true
      }
    },
    {
      "roles": {
        "Values": true
      },
      "type": {
        "underlyingType": 259,
        "category": null,
        "primitiveType": 3,
        "extendedType": 259,
        "categoryString": null,
        "text": false,
        "numeric": true,
        "integer": false,
        "bool": false,
        "dateTime": false,
        "duration": false,
        "binary": false,
        "json": false,
        "none": false
      },
      "format": "#,##0.00",
      "displayName": "Sum of Amount",
      "queryName": "Sum(Account Balances Pivot.Amount)",
      "expr": {
        "_kind": 4,
        "arg": {
          "_kind": 2,
          "source": {
            "_kind": 0,
            "entity": "Account Balances Pivot",
            "variable": "a1",
            "kind": 0
          },
          "ref": "Amount",
          "kind": 2
        },
        "func": 0,
        "kind": 4
      },
      "sort": 2,
      "sortOrder": 0,
      "index": 1,
      "isMeasure": true,
      "groupName": 2021,
      "rootSource": {
        "displayName": "",
        "index": 1,
        "format": "#,##0.00",
        "type": {
          "underlyingType": 0,
          "category": null,
          "primitiveType": 0,
          "extendedType": 0,
          "categoryString": null,
          "text": false,
          "numeric": false,
          "integer": false,
          "bool": false,
          "dateTime": false,
          "duration": false,
          "binary": false,
          "json": false,
          "none": false
        },
        "isMeasure": true
      }
    },
    {
      "roles": {
        "Values": true
      },
      "type": {
        "underlyingType": 259,
        "category": null,
        "primitiveType": 3,
        "extendedType": 259,
        "categoryString": null,
        "text": false,
        "numeric": true,
        "integer": false,
        "bool": false,
        "dateTime": false,
        "duration": false,
        "binary": false,
        "json": false,
        "none": false
      },
      "format": "#,##0.00",
      "displayName": "Sum of Amount",
      "queryName": "Sum(Account Balances Pivot.Amount)",
      "expr": {
        "_kind": 4,
        "arg": {
          "_kind": 2,
          "source": {
            "_kind": 0,
            "entity": "Account Balances Pivot",
            "variable": "a1",
            "kind": 0
          },
          "ref": "Amount",
          "kind": 2
        },
        "func": 0,
        "kind": 4
      },
      "sort": 2,
      "sortOrder": 0,
      "index": 1,
      "isMeasure": true,
      "groupName": 2022,
      "rootSource": {
        "displayName": "",
        "index": 1,
        "format": "#,##0.00",
        "type": {
          "underlyingType": 0,
          "category": null,
          "primitiveType": 0,
          "extendedType": 0,
          "categoryString": null,
          "text": false,
          "numeric": false,
          "integer": false,
          "bool": false,
          "dateTime": false,
          "duration": false,
          "binary": false,
          "json": false,
          "none": false
        },
        "isMeasure": true
      }
    },
    {
      "roles": {
        "Values": true
      },
      "type": {
        "underlyingType": 259,
        "category": null,
        "primitiveType": 3,
        "extendedType": 259,
        "categoryString": null,
        "text": false,
        "numeric": true,
        "integer": false,
        "bool": false,
        "dateTime": false,
        "duration": false,
        "binary": false,
        "json": false,
        "none": false
      },
      "format": "#,##0.00",
      "displayName": "Sum of Amount",
      "queryName": "Sum(Account Balances Pivot.Amount)",
      "expr": {
        "_kind": 4,
        "arg": {
          "_kind": 2,
          "source": {
            "_kind": 0,
            "entity": "Account Balances Pivot",
            "variable": "a1",
            "kind": 0
          },
          "ref": "Amount",
          "kind": 2
        },
        "func": 0,
        "kind": 4
      },
      "sort": 2,
      "sortOrder": 0,
      "index": 1,
      "isMeasure": true,
      "groupName": 2023,
      "rootSource": {
        "displayName": "",
        "index": 1,
        "format": "#,##0.00",
        "type": {
          "underlyingType": 0,
          "category": null,
          "primitiveType": 0,
          "extendedType": 0,
          "categoryString": null,
          "text": false,
          "numeric": false,
          "integer": false,
          "bool": false,
          "dateTime": false,
          "duration": false,
          "binary": false,
          "json": false,
          "none": false
        },
        "isMeasure": true
      }
    },
    {
      "roles": {
        "Values": true
      },
      "type": {
        "underlyingType": 259,
        "category": null,
        "primitiveType": 3,
        "extendedType": 259,
        "categoryString": null,
        "text": false,
        "numeric": true,
        "integer": false,
        "bool": false,
        "dateTime": false,
        "duration": false,
        "binary": false,
        "json": false,
        "none": false
      },
      "format": "#,##0.00",
      "displayName": "Sum of Amount",
      "queryName": "Sum(Account Balances Pivot.Amount)",
      "expr": {
        "_kind": 4,
        "arg": {
          "_kind": 2,
          "source": {
            "_kind": 0,
            "entity": "Account Balances Pivot",
            "variable": "a1",
            "kind": 0
          },
          "ref": "Amount",
          "kind": 2
        },
        "func": 0,
        "kind": 4
      },
      "sort": 2,
      "sortOrder": 0,
      "index": 1,
      "isMeasure": true,
      "groupName": 2117,
      "rootSource": {
        "displayName": "",
        "index": 1,
        "format": "#,##0.00",
        "type": {
          "underlyingType": 0,
          "category": null,
          "primitiveType": 0,
          "extendedType": 0,
          "categoryString": null,
          "text": false,
          "numeric": false,
          "integer": false,
          "bool": false,
          "dateTime": false,
          "duration": false,
          "binary": false,
          "json": false,
          "none": false
        },
        "isMeasure": true
      }
    },
    {
      "roles": {
        "Values": true
      },
      "type": {
        "underlyingType": 259,
        "category": null,
        "primitiveType": 3,
        "extendedType": 259,
        "categoryString": null,
        "text": false,
        "numeric": true,
        "integer": false,
        "bool": false,
        "dateTime": false,
        "duration": false,
        "binary": false,
        "json": false,
        "none": false
      },
      "format": "#,##0.00",
      "displayName": "Sum of Amount",
      "queryName": "Sum(Account Balances Pivot.Amount)",
      "expr": {
        "_kind": 4,
        "arg": {
          "_kind": 2,
          "source": {
            "_kind": 0,
            "entity": "Account Balances Pivot",
            "variable": "a1",
            "kind": 0
          },
          "ref": "Amount",
          "kind": 2
        },
        "func": 0,
        "kind": 4
      },
      "sort": 2,
      "sortOrder": 0,
      "index": 1,
      "isMeasure": true,
      "groupName": 2118,
      "rootSource": {
        "displayName": "",
        "index": 1,
        "format": "#,##0.00",
        "type": {
          "underlyingType": 0,
          "category": null,
          "primitiveType": 0,
          "extendedType": 0,
          "categoryString": null,
          "text": false,
          "numeric": false,
          "integer": false,
          "bool": false,
          "dateTime": false,
          "duration": false,
          "binary": false,
          "json": false,
          "none": false
        },
        "isMeasure": true
      }
    }
  ],
  "dataRoles": {
    "drillableRoles": {}
  }
}

from powerbi-visuals-tools.

AleksSavelev avatar AleksSavelev commented on June 4, 2024

@swiecaJS
Unfortunately, it's hard to find the root cause without the source code. You can reach out to [email protected] with additional information, to receive further assistance.

from powerbi-visuals-tools.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.