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

See when key Fabric features will launch and what’s already live, all in one place and always up to date. Explore the new Fabric roadmap

Reply
TAP936
Helper I
Helper I

showing if a result is outside a tolerance parameter

Hi,

 

I have a table that includes a Result and a High and Low tolerance that the result can sit within without a flag.

Can any one please help me with how I can show if the result is outside of the tolerance parameter?

 

TAP936_0-1605544401342.png

 

thank you

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@TAP936 , A column like this

if([result] <= [T2_LO] && [result] >= [T2_HI],1,0)

 

Or measure , where result, T2_LO, T2_HI are measures

if([result] <= [T2_LO] && [result] >= [T2_HI],1,0)

Full Power BI Video 20 Hours YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

View solution in original post

2 REPLIES 2
amitchandak
Super User
Super User

@TAP936 , A column like this

if([result] <= [T2_LO] && [result] >= [T2_HI],1,0)

 

Or measure , where result, T2_LO, T2_HI are measures

if([result] <= [T2_LO] && [result] >= [T2_HI],1,0)

Full Power BI Video 20 Hours YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Thank you so much 😀

Helpful resources

Announcements
May PBI 25 Carousel

Power BI Monthly Update - May 2025

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

May 2025 Monthly Update

Fabric Community Update - May 2025

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