Forum Discussion

brickanalyst's avatar
brickanalyst
Icon for Resolver I rankResolver I
1 year ago
Solved

How to count rows depending on a measure

Hello there, I'd like to explain what i'm actually working on so it would be easier to find the solution I believe. I have scenarios and there are two quotes red team and yellow team. Each scen...
  • tamerj1's avatar
    1 year ago

    Hi brickanalyst 

    please try

    measure_test =
    SUMX (
    DISTINCT ( 'Appended_Table'[scenario_id] ),
    INT ( [avg variance between A & B] > 0.10 )
    )