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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
loganwol
Microsoft Employee
Microsoft Employee

How to check for Infinity value

Hi,

 

I have a table with two columns that represent Upper and Lower Limits for measurement values of a system. The limit values can be valid integer values, Blank or (+/-)Infinity. I want to check for the following -

a. If both the values are not Infinity or blank.

b. If one of the values is not Infinity or blank.

c. If both the values are Infinity or blank.

 

I am using the ISBLANK function to cover the check for blank but can't find a function for Infinity something similar to ISNAN. Anybody know of a way to check for Infinity values.

 

Regards,

Sunil

1 ACCEPTED SOLUTION
KHorseman
Community Champion
Community Champion

I think infinite values will read as errors, so ISERROR(TableName[ColumnName]) should do it. Otherwise you could try NOT(ISNUMBER(TableName[ColumnName]))





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




View solution in original post

7 REPLIES 7
khuswant89
New Member

thanks for providing the solution. shareit for pc http://forpcguide.com

smyanken
New Member

Thanks for sharing download the share it app for that transfer from the given link it's one the best alternative to the other data transfer apps like airdroid and xender ans pushbullet too... http://shareit-app.com

mallukutta
New Member

Thanks for sharing download the share it app for that transfer from the given link it's one the best alternative to the other data transfer apps like airdroid and xender ans pushbullet too :.. Download the app from the below given link : https://www.shareitforwindows.com/

KHorseman
Community Champion
Community Champion

I think infinite values will read as errors, so ISERROR(TableName[ColumnName]) should do it. Otherwise you could try NOT(ISNUMBER(TableName[ColumnName]))





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




Share it app for that transfer from the given link it's one the best alternative to the other data transfer apps like airdroid and xender ans pushbullet too :.. Download the app from the below given link : https://www.shareitforwindows.com/

Thanks for sharing download the share it app for that transfer from the given link it's one the best alternative to the other data transfer apps like airdroid and xender ans pushbullet too :.. Download the app from the below given link : https://www.shareitforwindows.com/

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.

Top Solution Authors