Forum Discussion
Anonymous
8 years agoNot applicable
Measures based on Lookup
Dear all, I have two tables Collection and Billing . Collection: Key Amount Billing: Key Now i want to calculate sum(Amount) based on the condition Collection[key]=Billing[key] ...
Anonymous
8 years agoNot applicable
Will still work as a KPI, your table relationship will handle all of the filter contexts. Using the calculate statement with the filter is not doing anything.
Anonymous
8 years agoNot applicable
Dear Ross,
Wow will it works by creating the measure sum(CollectionAmount)in Billing table?