Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers!
Enter the sweepstakes now!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
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?
thank you
Solved! Go to Solution.
@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)
@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)
Thank you so much 😀
User | Count |
---|---|
87 | |
74 | |
69 | |
58 | |
55 |
User | Count |
---|---|
40 | |
38 | |
34 | |
32 | |
30 |