1reply
-
Hi Jason,
It can be achieved with the following steps.
Create a custom measure whose value is "me as a percentage of the whole". Be sure to set the desired format string in its properties.
(Syntax: [measures].[Sales]/(AllMembers([Date].[year]),[measures].[Sales]) )
Then use the newly created measure in the discovery as follows:
Hope this helps,
Ez