Measure: Total Units Out
Property | Value |
Format | |
Format string | '#,0' |
Measure type | User |
Is default field set | False |
---------------------------------------------------------- -- PowerPivot measures command (do not modify manually) -- ---------------------------------------------------------- CREATE MEASURE 'Product Inventory'[Total Units Out]=SUM([Units Out]); |