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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
loganwol
Employee
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
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

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.