Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 11 Current »

This page will guide you through the USF best practices of creating paginated reports that are user-friendly.

Pre-requisites

Report Structure

  • Begin with a clear and concise report title.

  • Organize your report into logical sections using page breaks, headers, and footers.

  • Use consistent font styles, sizes, and colors throughout the report.

  • Maintain a consistent layout for elements such as tables, charts, and visuals.

Data Source and Queries

  • Use shared data sources whenever possible to ensure consistency across multiple reports.

Visualizations and Charts

 How to reduce clicks to print/view data

This page will guide you through the steps to make the matrix more user-friendly and reduce the number of clicks to expand the whole matrix.

Visibility options

  • Here, I have selected the Visibility options according to my requirement.

  • In Hidden, choose one of the following options to set the visibility of this report item the first time you run a report:

    • Select False to display the report item.

    • Select True to hide the report item.

    • Select <Expression> to open the Expression dialog box to create an expression that is evaluated at run time to determine the visibility.

  • InitialToggleState gives you the ability to keep the toggle state on or off when you run the report.

  • In ToggleItem, from the drop-down box, select the name of a text box to which to add the toggle image.

Group Properties

  • In the Row Groups section, select the dropdown of desired column and click Group Properties

  • In General group the columns according to requirement

  • Click on Visibility and select Show option for When the report is initially run.

  • Check Display can be toggled by this report item and select the appropriate column and click OK.

  • Click Run and see the results

Filters and Slicers

Report Performance

  • Minimize the number of visuals and data points on a single page to improve performance.

    • Use summarized/aggregated data to reduce the amount of data to process.

    • Optimize DAX calculations and expressions for better query and rendering performance. Watch this Guy in a Cube video.

    • Test your report's performance with different data volumes and optimize accordingly.

  • Documentation and Version Control:

    • Document your report's purpose, data sources, and any calculations or transformations applied.

    • Maintain a version control system to track changes and collaborate effectively.

  • Testing and Validation:

    • Test your report on different devices and screen resolutions to ensure responsiveness.

    • Validate your report's calculations and visualizations against known and reliable data sources.

    • Solicit feedback from users or stakeholders to identify areas for improvement.

    • Test to verify that it prints as expected.

    • Perform regular maintenance and updates to keep the report functioning properly.

Remember, these are general guidelines, and you can adapt them based on your specific requirements. Regularly reviewing and refining your report-building practices will help you create consistent, and user-friendly reports using Power BI Report Builder.

  • No labels