Page 1 of 1

The visual calculation on the y-axis of the line would be:

Posted: Sun Jan 19, 2025 4:25 am
It is now possible to use visual calculations in combination charts, such as line and clustered column charts, in a similar way to other chart types. For example, you can apply a visual calculation that shows a three-quarter moving average.


MovingAverageThreeQuarters = MOVINGAVERAGE([Sales Amount], 3)

Support for field parameters.

In the October Power BI updates, we've enabled the use of visual calculations with field parameters. This allows you to add a visual calculation to a chart that contains a field parameter, and vice argentina telegram database versa. Field parameters make it easy to quickly change what's displayed in a visual. For example, you can create a field parameter to let users choose which attributes of a dimension to display. In this case, a field parameter called “Product Attribute” can determine what the visual calculation returns for the percentage of grand total.



The visual calculation of the percentage of the grand total is defined as follows:

Percentage of grand total = DIVIDE([Sales Amount], COLLAPSEALL([Sales Amount], ROWS))

This visual calculation refers to ROWS as its axis, so it will update the values ​​correctly when you select another product attribute.