Measure: Total Current Quarter Sales
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 'Sales Territory'[Total Current Quarter Sales]=TOTALQTD([Total Sales],'Date'[Date]); |