Forum Discussion
BusinessAnalyst
9 years agoHelper I
column vs measure
Hi experts, How to turn values in a column into measure? Cheers! Cindy
- 9 years ago
Hi,
Measure can be created out of column based on some aggregations like SUM, MAX, AVG. You can use DAX expression for the same. You can have only one value for measure and you can slice that based on data.
- 9 years ago
Hi BusinessAnalyst,
In addition, you can take a look at the sample below. We create a measure use MAX() function to return the maximum value of [Value].
Also you can get started from these two articles:
Tutorial: Create your own measures in Power BI Desktop
DAX basics in Power BI Desktop
Best Regards,
Qiuyun Yu
Nidhya
9 years agoMicrosoft Employee
Hi,
Measure can be created out of column based on some aggregations like SUM, MAX, AVG. You can use DAX expression for the same. You can have only one value for measure and you can slice that based on data.