Forum Discussion
filter on less and equal to values
- 8 years ago
Hi Anonymous,
Based on my test, we can create a measure as below and filter the measure in the table visual. Then we can get the result as we excepted.
Measure = IF(MAX(Source[column])<=SELECTEDVALUE(Table1[Number]),1,0)
For more details, please check the pbix as attached.
https://www.dropbox.com/s/xhutcz72c86tjiq/filter%20on%20less%20and%20equal%20to%20values.pbix?dl=0
Regards,
Frank
Hi Anonymous,
Based on my test, we can create a measure as below and filter the measure in the table visual. Then we can get the result as we excepted.
Measure = IF(MAX(Source[column])<=SELECTEDVALUE(Table1[Number]),1,0)
For more details, please check the pbix as attached.
https://www.dropbox.com/s/xhutcz72c86tjiq/filter%20on%20less%20and%20equal%20to%20values.pbix?dl=0
Regards,
Frank
Hi, I have a similar problem. I am actually not following what is the Table1[Number] so wanted to check the file. Can you please reattach the pbix file? It is throwing a 404 error when I tried to use the dropbox link you provided.
Hoping for a reply from you 🙂