Quick measures is an easy way to get started with measures in Power BI, as it requires minimal DAX knowledge. To create a new quick measure in Power BI Desktop, click the Quick Measure button.
In the Quick measures window, select the calculation that you want to perform in the drop-down menu. The following calculation methods are available Aggregate per category, Filters, Time intelligence, Totals, Mathematical operations, and Text. Next, you select the fields to run the calculation against.
For instance, you can select a calculation (Filtered value) and the column (market) that you want to operate over. Power BI then automatically creates the DAX measure and displays the DAX. This approach can be a useful resource to learn the DAX syntax.
In the example above, the following DAX code is generated.
Comments
Post a Comment