Forum Discussion
Anonymous
4 years agoNot applicable
Nested measures: issue when same column filtered
Morning everyone, I have experienced this issue previously and have finally decided to ask about it, just in case there is a solution for it. When I create metrics from previous metrics, and try...
- Anonymous4 years ago
Hi Anonymous ,
Please Add Filter() function to the formula.
Total surveys_Q6_excellent = CALCULATE([Total surveys_Q6], FILTER(test, Test[Q6] = 10))Tips: Using either the operator == or the ISBLANK function to distinguish 0 and blank.
Best Regards,
Jay
speedramps
4 years agoSuper User
Please consider this solution
Total surveys_Q6_excellent = CALCULATE([Total surveys], Test[Q6] = 10)
Total surveys_Q6_excellent = CALCULATE([Total surveys], Test[Q6] = 10)
Remember we are BI community voluntrees so please click the thumbs-up for me taking the trouble to help you and then accept the solution if it works. Thank you !