Forum Discussion

mateoc15's avatar
mateoc15
Advocate II
7 months ago
Solved

Filtering text with > or <

I have software version information like version 11.0.2 and 11.0.10.  If I want to filter to all versions 11.1.0 or later I don't see a good way to filter.  Yes, I have broken it into three pieces ma...
  • d_m_LNK's avatar
    7 months ago

    I think the solution would to use power query to remove the decimal points and possilby store the verison number as a whole number in a column.  That way you are just dealing with numbers like, 1110, 1101 and 1102 as the trailing zero shouldn't matter for the comparison you are trying to make.