Measures
Last updated
Last updated
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.
The below information about measures are available in Powerops:
Table Name: Name of the table where all the measures are created and stored.
Measure Name: Name of the measure, where DAX is applied.
Expression: Formulas which are written to define the logic of measure for aggregating or calculating values.
Format: Controls how a measure's value is displayed
Format String: A specific code/logic that displays the desired formatting.
Display Folder: Container to show the group of measures.
Description: Short notes to explain what the specific measure does and how to use it.
Thousand Separator: Combines big numbers with commas or other symbols so they are easier to read at a glance.
Percentage Format: It depicts whether the measure value have percentage(%) or not.
Decimal Place: Whether any decimal value in measure. If yes Count of places at which decimal is applied.
Currency Format: Format in which currency type is used in the specific measure.
Data Category: Classifies the measure's data type.