Forum Discussion
opticshrew
8 years agoResolver II
Measures within tables
Hi all, I'm getting an issue around using measures within a table, bear with me whilst I try to explain. Table 1 : Product Codes Table 2 : Customers Table 3 : Sales I want to know how m...
- 8 years ago
Hi opticshrew
I think you may have to use the ALL() function.
It should be s'thing like ...Absoulte Total Customers = CALCULATE(DISTINCTCOUNT(TableCustomers[CustomerID),ALL(TableCustomers))
Using ALL() you get rid of the filter
Hope That Helps
Vicente
vcastello
8 years agoResolver III
Hi opticshrew
I think you may have to use the ALL() function.
It should be s'thing like ...
Absoulte Total Customers = CALCULATE(DISTINCTCOUNT(TableCustomers[CustomerID),ALL(TableCustomers))
Using ALL() you get rid of the filter
Hope That Helps
Vicente
- opticshrew8 years agoResolver II