Hugoberry / pbixray

PowerBI (pbix) file parser. Surfaces metadata and VertiPaq tables from PowerBI DataModel.
https://pbixray.streamlit.app/
MIT License
13 stars 4 forks source link

Surface relationships #5

Closed Hugoberry closed 1 week ago

Hugoberry commented 1 week ago

This PR surfaces the relationships in the model. Addresses issue #4. Added a new property relationships to the model which returns a dataframe with schema:

FromTableName FromColumnName ToTableName ToColumnName IsActive Cardinality CrossFilteringBehavior FromKeyCount ToKeyCount