Forum Discussion
filter with measure
- 7 years ago
Hi Ronald123,
To create a measure as below and filter the measure in the visual.
Measure = IF(MAX(DatosRF[Frecuencia])=[V_Rango_Frecuencia_redondeado],1,0)
Please check the pbix as attached.
Regards,
Frank
- 7 years ago
Hi Ronald123,
Does that make sense? If so, kindly mark my answer as a solution to close the case.
Regards,
Frank - Anonymous7 years ago
THANKS FOR YOUR ANSWER. IT IS NOT WHAT I WAS LOOKING FOR, ALTHOUGH I BELIEVE THAT WHAT I WANTED TO DO IS NOT POSSIBLE. I THANK YOU VERY MUCH OF YOUR TIME.
Hi Anonymous,
Could you please share your pbix to me? You can upload the pbix to dropbox and share the link here.
Regards,
Frank
https://www.dropbox.com/s/ehhoywxyhw1sv8a/MSTools_Reach_Frequency_RC_t5.pbix?dl=0
I thank you in advance
- Ronald1237 years ago
Resolver III
Hello Anonymous,
Try this measure;
Cobertura: = CALCULATE(
SUM(DatosRF[Cobertura]);
DatosRF[Frecuencia]=2)- Anonymous7 years agoNot applicableThe problem is that it is not a fixed number (it's not always 2). The result of the measure can be any value, it is variable.
- Ronald1237 years ago
Resolver III
Hi Anonymous,
You can use a slicer, put in the slicer the colum DatosRF[Frecuencia].
Greets,
Ronald