I have created a parameter, Parameter_For_No_Of_Apps = GENERATESERIES(1,100,1) But I really want to replace the static part of GENERATESERIES to be dynamic using an actual measure. Something like this. Parameter_For_No_Of_Apps = GENERATESERIES([NO OF RECEIVED APPS],[NO OF RECEIVED APPS]*2,1) It does not complain, though, but it does not respect the filter context. Do you know how to solve it?
Finished watching
Thanks!
I have created a parameter,
Parameter_For_No_Of_Apps = GENERATESERIES(1,100,1)
But I really want to replace the static part of GENERATESERIES to be dynamic using an actual measure. Something like this.
Parameter_For_No_Of_Apps = GENERATESERIES([NO OF RECEIVED APPS],[NO OF RECEIVED APPS]*2,1)
It does not complain, though, but it does not respect the filter context. Do you know how to solve it?