> For the complete documentation index, see [llms.txt](https://docs.powerops.app/powerops/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.powerops.app/powerops/analyze/dax/measures.md).

# Measures

Measures in Power BI are calculations that are created using Data Analysis Expressions (DAX) language. You can use various measures to perform calculations and create informative visualizations.

### User Interface

<figure><img src="https://2181169139-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FIZ1QNzp28aI8y60mWhbR%2Fuploads%2F7h1fr4x2jK88jFroD1Ad%2Fimage.png?alt=media&amp;token=67fd023b-f86f-43ee-9884-438f263dca20" alt=""><figcaption></figcaption></figure>

The below information about measures are available in Powerops:

1. **Table Name:** \
   Name of the table where all the measures are created and stored.
2. **Measure Name:** \
   Name of the measure, where DAX is applied.
3. **Expression:** \
   Formulas which are written to define the logic of measure for aggregating or calculating values.
4. **Format:** \
   Controls how a measure's value is displayed
5. **Format String:** \
   A specific code/logic that displays the desired formatting.
6. **Display Folder:**\
   Container to show the group of measures.
7. **Description:** \
   Short notes to explain what the specific measure does and how to use it.
8. **Thousand Separator:**\
   Combines big numbers with commas or other symbols so they are easier to read at a glance.
9. **Percentage Format:**\
   It depicts whether the measure value have percentage(%) or not.
10. **Decimal Place:**\
    Whether any decimal value in measure. If yes Count of places at which decimal is applied.
11. **Currency Format:** \
    Format in which currency type is used in the specific measure.
12. **Data Category:** \
    Classifies the measure's data type.
