Skip to main content

Power BI

New

Power BI Print Preview used like a warranty certified

Vote (4) Share
Paolo's profile image

Paolo on 05 Apr 2017 16:58:25

Print Preview used like a warranty certified

Displayed in your Web browser in a separate window from Power BI or saved in PDF file.

The print preview consists of a Navigation and Contents frame.

These frames contain the following elements:

Lists of Data Source Settings user on the project:

Lists of Relationships

Lists of visible tables

Lists of New Measure and New Column with the details of DAX...
- Table Sales -> Sales Rows -> Sales Rows = COUNTROWS ( Sales )
- Table Sales -> ales Amount -> Sales Amount = SUMX ( Sales; Sales[Quantity] * Sales[Unit Price] )

Lists of All Query Editors customizations with the DAX detail, etc...