---
title: "Thin reports: Report level measures and data model measures"
description: Learn more about report level measures - what they are, when and why we need them, and how we create them.
image: https://www.datavizioner.com/hubfs/thinreports.png
---

[![Data Vizioner](https://www.datavizioner.com/hubfs/logo-dark.png)](https://www.datavizioner.com)

- [Platform](https://www.datavizioner.com/platform)
  
  ## [Platform at a glance <iframe style="margin: 0px auto; display: block;" xml="lang" src="https://www.loom.com/embed/aead85255d474aa8976a2849e5a0846a" width="260" height="158" frameborder="0" webkitallowfullscreen="" mozallowfullscreen="" allowfullscreen></iframe>](https://www.datavizioner.com/platform)
  
  ##### <https://www.datavizioner.com/platform>**[Watch: Platform Overview](https://www.loom.com/share/aead85255d474aa8976a2849e5a0846a)**

  ### [Enhance governance Build trust in your data and navigate regulatory requirements.](https://www.datavizioner.com/platform)

  ### [Power BI Documenter Document, review and improve your Power BI reports and models.](https://www.datavizioner.com/power-bi-documenter)

  ### [Explore lineage Improve accuracy and identify issues before they cost you.](https://www.datavizioner.com/platform)

  ### [Power BI Exporter Easily export data from Power BI with a single click - completely free.](https://www.datavizioner.com/power-bi-exporter)

  ### [Automate documentation Save time with efficient enterprise and self-service collaboration.](https://www.datavizioner.com/platform)

  ### [Additional connectors Integrate datasets, reports and dashboards from other sources.](https://www.datavizioner.com/additional-connectors)
- [Services](https://www.datavizioner.com/services)
- [Resources](https://www.datavizioner.com/resources)
  
  ## [Get help and updates <iframe style="margin: 0px auto; display: block;" xml="lang" src="https://www.loom.com/embed/4b577b30913e433f8f07642d25a85877" width="260" height="147" frameborder="0" webkitallowfullscreen="" mozallowfullscreen="" allowfullscreen></iframe>](https://www.datavizioner.com/resources)
  
  ##### <https://www.datavizioner.com/resources>**[Watch: Self-service BI, and its perils](https://www.loom.com/share/4b577b30913e433f8f07642d25a85877)**

  ### [Insights Keep on top of the latest trends in data and business intelligence.](https://www.datavizioner.com/resources)

  ### [Case studies See how customers are managing risks and improving productivity.](https://www.datavizioner.com/resources/tag/case-studies)

  ### [Product updates Hear about the latest updates and learn how to leverage them.](https://www.datavizioner.com/resources/tag/product-updates)

  ### [Partners Find a partner to augment your internal team's capabilities.](https://www.datavizioner.com/partners)

  ### [Support Get in touch with our friendly team, and we'll help you out.](https://www.datavizioner.com/contact)
- [Pricing](https://www.datavizioner.com/pricing)
- [Enterprise](https://www.datavizioner.com/pricing/enterprise-government)

[Login](https://app.datavizioner.com/) [START FOR FREE](https://app.datavizioner.com/signup)

Analysis

# Thin reports: Report level measures and data model measures

Learn more about report level measures - what they are, when and why we need them, and how we create them.

[Earlier we discussed the concept of thin reports](https://www.datavizioner.com/resources/thin-reports-what-are-they-and-why-should-i-care-and-how-can-i-create-them), why we should care and how we can create them. This post focuses on a more specific topic, Report Level Measures. We discuss what report-level measures are, when and why we need them and how we create them.

### What are report level measures?

Report level measures are the measures created by the report writers within a Thin Report. Hence, the report level measures are available within the hosting Thin Report only which means the report level measures are not written back to the underlying dataset and hence they are not available to any other reports.

### Why and when do we need report level measures?

It is a common situation in real-world scenarios when the business requires a report urgently, but the nuts and bolts of the report are not being created on the underlying dataset yet. For instance, the business requires to present a report to the board showing year-to-date sales analysis but the year-to-date sales measure hasn’t been created in the dataset yet. The business analyst approaches the Power BI developers to add the measure, but they are under the pump to deliver some other functionalities which adding a new measure is not even in their project delivery plan. It is perhaps too late if we wait for the developers to plan for creating the required measure, go through the release process, and make it available for us in the dataset. Here is when the report level measures come to the rescue. We can simply create the missing measure in the Thin Report itself, where we can later share it with the developers to implement it as a dataset measure.

### How do we create report level measures?

Currently, we can create report level measures only in Power BI Desktop when **[Connect Live](https://www.biinsight.com/demystifying-dirctquery-and-connect-live/)** to either a [Power BI](https://www.biinsight.com/business-intelligence-components-and-how-they-relate-to-power-bi#semantic-layer)dataset, an SSAS Tabular model (on-premises), or Azure Analysis Services (AAS). For this blog post, I Connect Live to a Power BI dataset. Open Power BI Desktop first and follow these steps.

1. Click the **Data hub** dropdown button from the **Home** tab
2. Click the **Power BI datasets**
3. Select the desired dataset
4. Click **Connect**

![Connecting Live to a Power BI dataset from Power BI Desktop](https://i0.wp.com/www.biinsight.com/wp-content/uploads/2022/06/Snag_39edd418-1024x549.png?resize=900%2C483&ssl=1)

Connecting Live to a Power BI dataset from Power BI Desktop

1. Right-click the table that you’d like to host the report level measure and select **New measure**

![Creating a new report level measure in Power BI Desktop](https://i0.wp.com/www.biinsight.com/wp-content/uploads/2022/06/Snag_39f2f6ea.png?resize=401%2C640&ssl=1)

Creating a new report level measure in Power BI Desktop

1. Type your DAX expressions as usual and press enter

![Typing DAX expressions to create report level measures](https://i0.wp.com/www.biinsight.com/wp-content/uploads/2022/06/Snag_39ff8a37-1024x393.png?resize=900%2C345&ssl=1)

Typing DAX expressions to create report level measures

A new measure (**Avg Unit Price**) is now created on the **Internet Sales** table. As explained earlier, the new measure is only available in the current report and not at the dataset level and that is why this type of measure is the so-called **Report Level Measure**. All other measures are dataset level measures, therefore, they are available on the current report and any other thin reports we create in the future on top of the same dataset.

We can now use the **Avg Unit Price** as usual in our data visualisation.

![Using report level measures in visuals in Power BI Desktop](https://i0.wp.com/www.biinsight.com/wp-content/uploads/2022/06/Snag_39ffc859-1024x617.png?resize=900%2C542&ssl=1)

Using report level measures in visuals in Power BI Desktop

As perhaps have noticed already, we can also create report level measures using the **[Quick Measures](https://docs.microsoft.com/en-us/power-bi/transform-model/desktop-quick-measures?WT.mc_id=DP-MVP-5003466)** capability.

As a side note, you can also see the underlying data model by clicking the **Model** view tab as shown in the following image:

![Model view tab in Power BI Desktop when connected live to a Power BI dataset](https://i0.wp.com/www.biinsight.com/wp-content/uploads/2022/06/Snag_3a03ca3a-1024x989.png?resize=900%2C869&ssl=1)

Model view tab in Power BI Desktop when connected live to a Power BI dataset

Have you used this capability? What challenges have you faced in using Report Level Measures? Talk to us about how Power BI Documenter can help you manage measures more effectively.

USING THIN REPORTS?

Enhance governance, accelerate analysis and automate documentation with a single data intelligence platform.

[GET A FREE ACCOUNT](http://app.datavizioner.com/signup)

<https://www.datavizioner.com/resources/thin-reports-report-level-measures-and-data-model-measures#/>

<https://www.datavizioner.com/resources/thin-reports-report-level-measures-and-data-model-measures#/>

 EBOOK

## Get our free ebook on how you can level up your B2B SaaS content marketing

Get our free ebook on how you can level up your B2B SaaS content marketing

[Soheil Bakhshi](https://www.datavizioner.com/resources/author/soheil-bakhshi)

 1 July 2022

<http://www.facebook.com/share.php?u=https://www.datavizioner.com/resources/thin-reports-report-level-measures-and-data-model-measures&utm_medium=social&utm_source=facebook> <http://www.linkedin.com/shareArticle?mini=true&url=https://www.datavizioner.com/resources/thin-reports-report-level-measures-and-data-model-measures&utm_medium=social&utm_source=linkedin> <https://twitter.com/intent/tweet?original_referer=https://www.datavizioner.com/resources/thin-reports-report-level-measures-and-data-model-measures&utm_medium=social&utm_source=twitter&url=https://www.datavizioner.com/resources/thin-reports-report-level-measures-and-data-model-measures&utm_medium=social&utm_source=twitter&source=tweetbutton&text=> [mailto:?subject=Check%20out%20https://www.datavizioner.com/resources/thin-reports-report-level-measures-and-data-model-measures&utm_medium=social&utm_source=email%20&body=Check%20out%20https://www.datavizioner.com/resources/thin-reports-report-level-measures-and-data-model-measures&utm_medium=social&utm_source=email](mailto:?subject=Check%20out%20https://www.datavizioner.com/resources/thin-reports-report-level-measures-and-data-model-measures&utm_medium=social&utm_source=email%20&body=Check%20out%20https://www.datavizioner.com/resources/thin-reports-report-level-measures-and-data-model-measures&utm_medium=social&utm_source=email)

## Similar posts

<https://www.datavizioner.com/resources/thin-reports-real-world-challenges>

Analysis

### [Thin Reports: Real-world challenges](https://www.datavizioner.com/resources/thin-reports-real-world-challenges)

In this post, you'll learn about some real-world challenges we face when developing thin reports (and a solution to those challenges!)

 Soheil Bakhshi  Jul 7, 2022

<https://www.datavizioner.com/resources/thin-reports-what-are-they-and-why-should-i-care-and-how-can-i-create-them>

Analysis

### [Thin reports: What are they and why should you care?](https://www.datavizioner.com/resources/thin-reports-what-are-they-and-why-should-i-care-and-how-can-i-create-them)

Find out why using a shared dataset allows organisations to have a single source of truth with the help of thin reports.

 Soheil Bakhshi  Apr 27, 2022

<https://www.datavizioner.com/resources/blog/power-bi-101-report-authoring-tools>

Power BI 101

### [Power BI 101: Report authoring tools](https://www.datavizioner.com/resources/blog/power-bi-101-report-authoring-tools)

Finding the names of tools in Microsoft's Power BI ecosystem confusingly similar? This post will help demystify how they're connected.

 Soheil Bakhshi  Dec 29, 2021

![logo-light](https://www.datavizioner.com/hubfs/logo-light.png)

Industry leading data intelligence to enhance governance, explore lineage and automate documentation across your organization.

### Popular

- [Platform](https://www.datavizioner.com/platform)
- [Services](https://www.datavizioner.com/services)
- [Pricing](https://www.datavizioner.com/pricing)
- [Enterprise](https://www.datavizioner.com/pricing/enterprise-government)

### Products

- [Power BI Documenter](https://www.datavizioner.com/power-bi-documenter)
- [Power BI Exporter](https://www.datavizioner.com/power-bi-exporter)
- [Power BI Service Connector](https://www.datavizioner.com/additional-connectors)
- [Analysis Services Connector](https://www.datavizioner.com/resources/connect-to-analysis-services)

### Resources

- [Insights](https://www.datavizioner.com/resources)
- [Case studies](https://www.datavizioner.com/resources/tag/case-studies)
- [Product updates](https://www.datavizioner.com/resources/tag/product-updates)
- [Partners](https://www.datavizioner.com/partners)

### Support

- [10 minute overview](https://www.datavizioner.com/power-bi-documenter)
- [Specialist support](https://www.datavizioner.com/contact)
- [Upgrade account](https://www.datavizioner.com/contact)
- [Become a partner](https://www.datavizioner.com/partner-program)

Copyright © 2026 Data Vizioner Limited | [Privacy Policy](https://get.datavizioner.com/privacy-policy) | [Terms of Use](https://get.datavizioner.com/terms-of-use)

 

```json
{
  "@context" : "https://schema.org",
  "@type" : "BlogPosting",
  "author" : {
    "@type" : "Person",
    "name" : "Soheil Bakhshi",
    "url" : "https://www.datavizioner.com/resources/author/soheil-bakhshi"
  },
  "dateModified" : "2022-07-01T00:03:44.563Z",
  "datePublished" : "2022-07-01T00:02:57.000Z",
  "headline" : "Thin reports: Report level measures and data model measures",
  "image" : [ "https://www.datavizioner.com/hubfs/thinreports.png" ],
  "mainEntityOfPage" : {
    "@id" : "https://www.datavizioner.com/resources/thin-reports-report-level-measures-and-data-model-measures",
    "@type" : "WebPage"
  },
  "publisher" : {
    "@type" : "Organization",
    "logo" : {
      "@type" : "ImageObject",
      "url" : "https://www.datavizioner.com/hubfs/at-2.png"
    },
    "name" : "Data Vizioner"
  }
}
```