Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hi all
I am using the following DAX formula to check whether a value in Table 1 exceeds a set threshold, given in Table 2. This works fine, but I want to include an additional step to only say Yes if the Sign (from Table 1) is - rather then <. Current and Desired results shown in table 1, so the 2nd row should be No. Please can anyone help?
| Parameter code | Value | Sign | Current result | Desired result |
| A | 5 | - | Yes | Yes |
| A | 5 | < | Yes | No |
| Parameter code | Threshold |
| A | 3 |
Solved! Go to Solution.
Hi @tgjones43 ,
Try the DAX formula stated below whether it works for you.
Hi @tgjones43 ,
Try the DAX formula stated below whether it works for you.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 50 | |
| 34 | |
| 32 | |
| 18 | |
| 17 |
| User | Count |
|---|---|
| 64 | |
| 64 | |
| 41 | |
| 27 | |
| 24 |