I'm hoping I can get a bit of help. I've got two columns in my data tables and I'm trying to divide one by the other to give me a percentile output.
It's a simple Click Through Rate (CTR) formula which is Clicks/Impressions. Ideally I would like to see a card visualization which shows just the CTR as a percentile output.
DATA[CLICKS] is the first cloumn and DATA[IMPRESSIONS] is the other.
Any help would be greatly apprecaited.