How to use getselectedcount function when there is an if function is present on the Filters(Dimensions)?
I have used if(getselectedcount(Region)>0,Region_Target,0.90) in the Measure field and when ever i make the selection on the Dimension( which has an if function integrated with it) it returning only 0.90. instead of Measure defined for each selection.