Forum Discussion
tcouey
4 years agoFrequent Visitor
Help with Divide Function with Countx and Filter
Hi, and thanks for any help. Over the last couple months I've had the opportunity to start editing dashboards at work and am really enjoying it and want to keep pursuing the skill. I'm trying to ...
- 4 years ago
Hello tcouey ,
Please use below measure to fix your error-
MRC Controls as % of Total Issues = DIVIDE(Countx(Filter(Controls,controls[mrc_control] = "Y"),controls[id]), count(test_issues[id]),BLANK())If that dont gives you expected results please share sample data and expected output in tabular format.
Shishir22
4 years agoSolution Sage
Hello tcouey ,
Please use below measure to fix your error-
MRC Controls as % of Total Issues = DIVIDE(Countx(Filter(Controls,controls[mrc_control] = "Y"),controls[id]), count(test_issues[id]),BLANK())
If that dont gives you expected results please share sample data and expected output in tabular format.