Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
I have the following formula I'm working on. I want to say if the column contains "error" and the other column is not letters D, W, I, A, F or R, then mark the new column as a true statement. Only the first statement with the D is pulling in properly but not all the other possible conditions.
Solved! Go to Solution.
Not clear your image, post the syntax as text ...
Try this?
Monday Errors = AND (
Timesheet[Error] = "Error"
, NOT Timesheet[Mon - Comment] IN { "D", "W", "I", "A", "F", "R" }
)
Not clear your image, post the syntax as text ...
Try this?
Monday Errors = AND (
Timesheet[Error] = "Error"
, NOT Timesheet[Mon - Comment] IN { "D", "W", "I", "A", "F", "R" }
)
This works! Thank you!
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 97 | |
| 71 | |
| 50 | |
| 46 | |
| 44 |