Hi there, how can I get a % of the two columns here sum(column1)/SUM(columnB)?
The first is: distinct_countIf({account_name}, {country} <> ‘italy’)
The second is simply a distinct count of the value
Since these are not numbers I am not able to sum them up.