Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
I have a tab, Cluster Column Example, where I have a Matrix, two score cards and two Cluster Column Charts. In the two cluster column charts, I have added the Average line that Power BI allows you to add. When I select a container in the Matrix, the columns in the cluster column chart update, but the average lines do not update. Is there another visualization and/or DAX that would serve as a dynamic average line whose value would match the values in the respective scorecards in the second image.
The cluster average line matches the scorecards
The cluster average line doesn't match the scorecards
@quintans1 , Create a new measure
averageX(Values(Table[Container]), [Your measure])
and then use it in the analytics pane using the constant line option and fx
https://docs.microsoft.com/en-us/power-bi/desktop-analytics-pane
Thank you, but that did not work. I have that formula and is shown in the scorecard. But when I use it as you suggested, it doesn't work.