Forum Discussion

Abrar786's avatar
Abrar786
Icon for Helper I rankHelper I
1 year ago
Solved

RFM Analysis Based on Year and Month Selection

Hi, I am trying to create a dynamic RFM analysis based on the Year and Month selected from a slicer. The logic is: if Year = 2025 and Month = April are selected, then go back two years from the sele...
  • Abrar786's avatar
    Abrar786
    1 year ago

    The only change I made to my previous measure is shown below:

    CALCULATETABLE(
    'Invoice Header',
    REMOVEFILTERS('Calendar'),
    REMOVEFILTERS('Invoice Header')

    I used CALCULATETABLE to remove slicer filters so that the measure controls everything, not the visuals—and it worked.

     

    Thank you.