Learning to Calculate Averages Using DAX in Power BI
You can use the following syntax in DAX to calculate the average value in a column: Avg Points = AVERAGE(‘my_data'[Points]) This particular example creates a new measure named Avg Points that calculates the average value in the Points column of the table named my_data. The following example shows how to calculate the average value of […]
Learning to Calculate Averages Using DAX in Power BI Read More »