Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

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.

  • Anonymous's avatar
    Anonymous
    7 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

  • Anonymous's avatar
    Anonymous
    Not 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