Measure: Total Inventory Maximum Value
Property | Value |
Format | |
Format string | '\$#,0.00;(\$#,0.00);\$#,0.00' |
Measure type | User |
Is default field set | False |
---------------------------------------------------------- -- PowerPivot measures command (do not modify manually) -- ---------------------------------------------------------- CREATE MEASURE 'Product Inventory'[Total Inventory Maximum Value]=CALCULATE(SUM([Product-Date Max Inventory Value]),LASTDATE('Product Inventory'[Movement Date])); |