Forum Discussion
lennox25
3 years agoPost Patron
Average % measure
Hi,
How do I adapt this measure to calculate two options? I need to add Yes+ to the measure?
% Supported =
DIVIDE (
CALCULATE ( COUNT ( 'Table1'[Decision Supported]), 'Table1'[Decision Supported] = "YES" ),
CALCULATE ( COUNT ( 'Table1'[Decision Supported] ), ALLSELECTED ( 'Table1'[Decision Supported] ) )
- % Supported =DIVIDE (CALCULATE ( COUNT ( 'Table1'[Decision Supported]), 'Table1'[Decision Supported] in {"YES","Yes+"} ),CALCULATE ( COUNT ( 'Table1'[Decision Supported] ), ALLSELECTED ( 'Table1'[Decision Supported] ) )