Forum Discussion
countrows with multiple filter values selected
thank you technolog...i tried but it did not seem to fix it. for most of the measures the original formula works even with multiple filter values. there were only some that did not. so perhaps it is not a DAX issue but some other dependencies from my data structure??? I calculate P90_pass with this formula, essentially comparing my calculated P90 to a target value. I did not use the built-in percentile formula since it gives a different answer. Will the below formula (since it calculates based from filter values too) impact the FAIL COUNT formula?
aragu there are can be some issues with this.
The P90_pass formula is contingent upon the prevailing filter context. When utilized as a calculated column, it evaluates the value for each table row. As a measure, its computation is influenced by the filter context set by visuals, slicers, or other measures.
The Fail_Count formula is also influenced by the current filter context. A potential context disparity between the P90_pass and Fail_Count calculations can yield unanticipated outcomes.
The data structure might harbor dependencies or intricacies that influence the results. Proper configuration of table relationships and the absence of unexpected filters are paramount.