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.