Hello Folks
Do you know how to round a formula result ?
For example my formula is :
(([Data FB Ads].Filter(Day.Matches([daterangepicker 2])).[CPM (Cost per 1,000 Impressions)].Sum()-[Data FB Ads].Filter(Day.Matches([daterangepicker 4])).[CPM (Cost per 1,000 Impressions)].Sum())/[Data FB Ads].Filter(Day.Matches([daterangepicker 4])).[CPM (Cost per 1,000 Impressions)].Sum())*100
But the result is something like : XX.XXXXXXXXXX %.
I tried the Round formula but it’s not working and I didn’t find the way to round to 2 and get a result like this XX.XX %.
Do you have a solution please ?
Thank you for your help