Forum Discussion
Filter table based on two columns
- 8 years ago
I figured out one way of doing it. See attached. I created two measures (Total AC & Total PB) to calculate the total of Actual Cost and Planned Budget. Then I created a calculated column for my logic test. The column returns “True” if Actual Cost and Planned Budget are both 0; false if the condition isn’t met.
Logic Test = IF([Total AC]=0 && [Total PB]=0,"True","False")
Phil_Seamark- thank you for your reply. I will try to build some formula to "not consider" these rows from the table
I figured out one way of doing it. See attached. I created two measures (Total AC & Total PB) to calculate the total of Actual Cost and Planned Budget. Then I created a calculated column for my logic test. The column returns “True” if Actual Cost and Planned Budget are both 0; false if the condition isn’t met.
Logic Test = IF([Total AC]=0 && [Total PB]=0,"True","False")