Introduction

In this article, we will explore how to create measures in Power BI for data analysis.

Measures in Power BI

DAX Queries

Example of DAX Queries

Revenue = SUM('Sales'[Total])*5/234

Store Measures

When we create measures in Power BI, by default it will be stored in the home section as below. We can organize multiple measures or also store/organize them somewhere.

Create Custom Measures in Power BI

Quick Measures

Conclusion

In this article, we explored the measures in Power BI to create data transformation. We also explored how to create custom measures, automatic measures, and quick measures using DAX query language.