Skip to content

Releases: Hugoberry/pbixray

V0.5.0

16 Oct 15:52
3a2b6c9

Choose a tag to compare

What's Changed

Adding support for Excel spreadsheets with an embedded DataModel a.k.a. PowerPivot.

Full Changelog: 0.4.0...0.5.0

V.0.4.0

03 Oct 18:43
2c51d6f

Choose a tag to compare

What's Changed

Full Changelog: 0.3.3...0.4.0

Python 3.13

01 May 14:57
21bcb44

Choose a tag to compare

What's Changed

Full Changelog: 0.3.2...0.3.3

0.3.2

13 Mar 22:54

Choose a tag to compare

What's Changed

  • Adding support for xpress8 compression in #19, extending the support for older files from 2014 - 2017.
  • Xpress8 compression is also used for models created as compressed backups from an embedded SSAS.
  • Added a couple of scripts to /Utils that help identify the compression algorithm. They are based on WinAPI.

Full Changelog: 0.2.1...0.3.2

0.2.1

03 Mar 10:00
3696e5a

Choose a tag to compare

What's Changed

  • Surface M Parameter Expressions by @Hugoberry in #17
  • Support for multithreaded XPrs9 compressed and uncompressed files by @Hugoberry in #18

Full Changelog: 0.1.20...0.2.1

0.1.20

12 Dec 14:13
a5720d4

Choose a tag to compare

Surfacing the calculated columns data and DAX expression

  • A new property, dax_columns, was added that surfaces the DAX expressions of calculated columns.
  • Bug fix for idfmeta files without an SDOs section, breaking data decoding for some newer models.

0.1.19

05 Nov 12:04
b17f5e3

Choose a tag to compare

Universal macOS Support

  • Universal Binary for macOS: I've included a new libxpress9.dylib universal binary for macOS. The library now supports Intel (x86_64) and Apple Silicon (arm64, M1) architectures.

0.1.18

28 Oct 13:14
4ea317c

Choose a tag to compare

Add the flag Assume referential integrity to the relationships dataframe. It is surfaced as the column RelyOnReferentialIntegrity.

0.1.17

12 Sep 16:34
bd4556e

Choose a tag to compare

Added a new property relationships to the model which returns a dataframe with schema:

FromTableName FromColumnName ToTableName ToColumnName IsActive Cardinality CrossFilteringBehavior FromKeyCount ToKeyCount

0.1.16

07 Aug 11:32
e5ba6c7

Choose a tag to compare

The statistics now surfaces the StructureModifiedTime and ModifiedTime for a column.