Forum Discussion
Anonymous
7 years agoNot applicable
Roll up in DAX
Hi,
Is there any other way that we could acheive the similar functionality specified in the below measure becuase this measure is taking quite a long time to run in the visual.
Sales Amount All Up =
CALCULATE (
[Sales Amount],
FILTER ( ALL ( 'Product'[Class] ), [Sales Amount] ),
FILTER ( ALL ( 'Date'[Fiscal Month] ), [Sales Amount] )
)Thanks in Advance.
- Anonymous7 years ago
can you upload some sample data and what you would want the output to be? Having a hard time seeing what you are trying to accomplish here
1 Reply
- AnonymousNot applicable
can you upload some sample data and what you would want the output to be? Having a hard time seeing what you are trying to accomplish here