Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
Anonymous
Not applicable

greater than or equal to [version number- 16.0.10827.20150 ]

greater than or equal to [version number- 16.0.10827.20150 ]

 

is this possible? need to compare version number values with 3 decimal points.  if i treat it as a string it won't be able to do a greater than or equal to. hope that made sense! 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

https://community.powerbi.com/t5/Desktop/Sorting-Version-Number-with-multiple-decimal-points-formatt...

 

found this other post here regarding sorting version numbers, going to try using this instead. 

View solution in original post

3 REPLIES 3
Anonymous
Not applicable

https://community.powerbi.com/t5/Desktop/Sorting-Version-Number-with-multiple-decimal-points-formatt...

 

found this other post here regarding sorting version numbers, going to try using this instead. 

v-danhe-msft
Employee
Employee

Hi @Anonymous,

Based on my test, you could use the RIGHT function to get the last three number:

Column = RIGHT('Table1'[Version],3)

Result:

1.PNG

 

Regards,

Daniel He

Community Support Team _ Daniel He
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
petrovnikitamai
Resolver V
Resolver V

just delete points and compare like a whole number?

 

for example,

old-> 1601082720150

new -> 1601082720151

new > old

 

Helpful resources

Announcements
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.