Can GetSelectedCount function works with the expression? For instance, the measure is based on the expression 'if(Year>2015,Year)'. When using
GetSelectedCount(Year) and select the year in the chart, the customer expects this function can get counted with the selected number of years. For instance, selecting year 2016, this function should returns 1.
Based on my research, this function only works with the field. Please find the following details.