What Gets Extracted

RapidDox extracts the semantic model from your .pbix or .pbit file — every table, column, DAX measure, calculated column, and relationship — along with the report layout, visuals, filters, bookmarks, and Power Query expressions.

DAX measuresCalculated columnsTablesColumnsRelationshipsReport pagesVisualsBookmarksM / Power Query

Tables and Columns

Every table in the semantic model is documented. For each table, every column is listed with its name and data type.

DAX Measures

AttributeDescription
Measure nameAs defined in the model
TableThe home table for the measure
DAX formulaFull DAX expression

Calculated Columns

Each calculated column is documented with its full DAX expression, parent table, and data type.

Relationships

Every relationship is documented as the table and column on each side — From Table.ColumnTo Table.Column.

Report Pages and Visuals

Every report page is listed in display order. For each page, RapidDox captures the visuals on the page — visual type and the measures and columns wired into each visual — along with page-level and visual-level filters.

Data Sources

Each data source is documented with its alias, connection type (Import, DirectQuery, or Live), the underlying source query, and the tables that use it.

Power Query (M)

The full Power Query / M expression behind each table is captured verbatim — exactly as written in Power BI’s Advanced Editor.

Bookmarks

Every bookmark is documented with its name, display name, the page it activates, and which visuals are shown or hidden when the bookmark is applied.

Calculation Groups

Where calculation groups are present, RapidDox captures the group’s precedence and every calculation item defined in it.

Next Steps