Forum Discussion

codyraptor's avatar
codyraptor
Resolver I
4 years ago
Solved

Dynamically pass Parameter Measures through calculation item

I have metrics grouped using the new Parameter function.  Is it possible to dynamically pass those metrics through 1 measure so that I can apply a calculation item against it...in this case PY?  

 

Below is what I thought would work...but doesn't seem to pass the measure when selecting from the Parameter list.

 

PY Test = CALCULATE(SELECTEDMEASURE(),'Time Intelligence'[Disp Calcs] = "PY")
 
Thanks!!

3 Replies

  • codyraptor , This PY can be slicer value

     

    CALCULATE(SELECTEDMEASURE(),'Time Intelligence'[Disp Calcs] = Selectedvalue(YearType[Year Type]) )