Skip to content

model.get_table(table_name) ValueError: Neither dictionary nor hidx found for column #21

@some1ataplace

Description

@some1ataplace
table_name = 'YourTableName'
table_contents = model.get_table(table_name)
print(table_contents)

vertipaq_decoder.py line 182 in _get_column_data
raise ValueError(f"Neither dictionary nor hidx found for column {column_metadata['ColumnName']} in table.")

It works for some tables, but the data source I am connected to is a data analysis service cube which is a SQL Server View behind the scenes. It could be that the amount of data in the table is larger than what can be handled by PBIXRay.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions