Measure: Distinct Count Sales Orders
Measure properties
| Property | Value |
| Format | |
| Format string | '#,0' |
| Measure type | User |
| Is default field set | False |
Command
---------------------------------------------------------- -- PowerPivot measures command (do not modify manually) -- ---------------------------------------------------------- CREATE MEASURE 'Sales Territory'[Distinct Count Sales Orders]=[Reseller Distinct Count Sales Order] + [Internet Distinct Count Sales Order]; |
See also