Forum Discussion
uif19085
3 years agoHelper III
Calculate Dynamic Ratios
Trying to find a way to change a ratio calculation with slicer which is having values from a column. For example: i have 3 values in a column: apples, pears, oranges and another column where i foun...
uif19085
3 years agoHelper III
Arul
3 years agoSuper User
- uif190853 years agoHelper III
Arul
Sure, but i have to show you the real data tables i use:Automated Ratio =
VAR Auto = CALCULATE(COUNT(Artefact[Requirements Selection]), Artefact[Automated] = 1)VAR _all = CALCULATE(COUNT( Artefact[Requirements Selection]), ALL(Artefact))VAR _result = auto/_allRETURN_result
I have a Slicer for Requirement Selection and I marked with 1 which from these are automated