Forum Discussion
jasiekkal
8 years agoAdvocate I
Dynamic Goal line in combo chart
Hi, I'm looking for a way to add a dynamic goal line to my combo chart that would change based on filtering context. My visual is build bar charts showind total number of lines and line which...
v-yuta-msft
8 years agoCommunity Support
Hi jasiekkal,
You want to achieve some aggregation result based on selections in multiple slicers, right? You can use DAX formula like this pattern:
Result = Calculate(aggregation, allselected(table1), allselected(table2), ...)
Regards,
Jimmy Tao