Forum Discussion
AMB_PI
8 years agoRegular Visitor
SUM function only accepts column reference as an Argument
Hi There, I have two columns in two differnet Tables Table 1 : Analysis & Column Name : Missed Revenue Table 2 : Billing & Column Name : Revenue I want a Card to hold the percentage ...
Claster
8 years agoAdvocate II
You missed the bracket. http://prntscr.com/kmyky5
Try it DIVIDE(Analysis[Underbilled Cost];sum(Billing[Revenue]))