Power BI Sample Output Coverage

Every section RapidDox generates from a Power BI Desktop file (.pbix or .pbit) — from model summary stats to per-page visual breakdowns to DAX expressions.

.pbix.pbitDAXPDFWordExcelHTMLCSV
Exports:Word (.docx)Excel (.xlsx)PDFHTMLCSV
Summary Statistics
A header section that gives readers a one-glance picture of the report's size and shape.
  • No. of Report Pages
    Total number of report pages in the .pbix or .pbit file.
  • No. of Visuals
    Distinct visuals across all report pages.
  • No. of Tables
    Tables in the data model.
  • No. of Columns
    Total columns across all tables.
  • No. of DAX Measures
    User-defined DAX measures.
  • No. of Calculated Columns
    Calculated columns defined in the model.
  • No. of Parameters
    Parameters declared in the report.
  • No. of Relationships
    Relationships configured between tables.
  • No. of Roles (RLS)
    Row-level security roles defined in the model.
Data Sources
Where every visual's data actually comes from — connection types, sources, and queries.
  • Source Name
    The name of the data source as seen in Power BI.
  • Source Type
    SQL Server, Snowflake, Excel, Web, etc.
  • Connection Mode
    Import, DirectQuery, or Live Connection.
  • M Query
    The full Power Query / M expression behind the source.
Custom SQL
Every piece of native SQL embedded in the report, captured verbatim.
  • Source Reference
    Which data source the SQL belongs to.
  • SQL Statement
    The complete SQL expression as written in Power BI.
DAX Measures
Every DAX measure, with its full expression — searchable and copyable.
  • Measure Name
    The user-given name of the DAX measure.
  • Home Table
    The table the measure is associated with.
  • Format String
    Number, currency, percentage, or custom format applied.
  • DAX Expression
    The complete DAX formula behind the measure.
  • Description
    Optional notes captured from the model.
Calculated Columns
Calculated columns derived in the model, with the DAX behind them.
  • Column Name
    The name of the calculated column.
  • Source Table
    Which table the column lives on.
  • Data Type
    Integer, Decimal, Text, Date, Boolean, etc.
  • DAX Expression
    The complete DAX formula.
Tables, Columns & Relationships
The data model layout — tables, the columns inside them, and how they're related.
  • Table Name
    Name of each table in the model.
  • Columns & Data Types
    Every column with its data type and source.
  • Hidden Columns
    Columns hidden from report view.
  • Relationships
    From / To tables, cardinality, and cross-filter direction.
  • Active / Inactive Flag
    Whether the relationship is currently active.
Parameters
Parameters defined in the report — type, default, and allowed values.
  • Parameter Name
    The display name of the parameter.
  • Data Type
    Integer, Decimal, Text, Date, Boolean, etc.
  • Current / Default Value
    The default value the parameter starts with.
  • Allowed Values
    List, range, or unrestricted.
Report Pages & Visuals
For each report page: the visuals on it, the fields they use, and any filters applied.
  • Page Name & Layout
    Name of each report page and its layout dimensions.
  • Visuals on Page
    Each visual type — bar, line, KPI, slicer, table, matrix, etc.
  • Fields Used
    Measures and columns wired into each visual.
  • Page-Level Filters
    Filters scoped to this specific page.
  • Visual-Level Filters
    Filters scoped to specific visuals on the page.
Filters & Slicers
Every filter and slicer applied in the report — what they target and how.
  • Filter Type
    Page, visual, report, or drill-through filter.
  • Field
    The column or measure being filtered.
  • Filter Condition
    Equal to, contains, between, top N, etc.
  • Selected Values
    Specific values picked, when applicable.
Unused Objects
Spot tables, columns, measures, and parameters that no longer earn their keep.
  • Unused Tables
    Tables in the model that no visual or measure references.
  • Unused Columns
    Columns no visual or measure references.
  • Unused Measures
    DAX measures no visual or other measure references.
  • Unused Parameters
    Parameters with no downstream usage.
Output Formats
The same source-of-truth content, exported to whichever format your audience expects.
  • Microsoft Word (.docx)
    Editable handoff document for stakeholders and reviews.
  • Microsoft Excel (.xlsx)
    Tabular form for analysis or further processing.
  • Adobe PDF
    Formal handoff, governance reviews, audit packs.
  • HTML
    Internal portals, wikis, knowledge bases.
  • CSV
    Raw data for ingestion into other systems or back into Power BI.
Generate this from your own .pbix or .pbit file
Try RapidDox free for 7 days — all features unlocked, no credit card required. Start your free trial or see pricing.