Forum Discussion
Anonymous
7 years agoNot applicable
filter with measure
Good afternoon, I have the result of a measurement, which I need to use as a "filter" of a table. That is, I need to see in a table only the rows in which the value of column "A" matches the result o...
- 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.
Ronald123
Resolver III
7 years agoHello Anonymous,
Try this measure;
Cobertura: = CALCULATE(
SUM(DatosRF[Cobertura]);
DatosRF[Frecuencia]=2)
Anonymous
7 years agoNot applicable
The 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
- Anonymous7 years agoNot applicableIt is true, but as the value already exists and it is seen, my boss wants not to have to be manually selected.
- Ronald1237 years ago
Resolver III