Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
9 years ago
Solved

Filter row headers using dax?

Hi,

 

I have a vertical table listing sales by fiscal period. The fiscal year/fiscal period are the row headers and the number of sales are the values.

 

In the value field's DAX I have filtered by current fiscal year only. However all fiscal years/fiscal periods are being displayed from prior fiscal years in the row headers. Please can you tell me how to filter the row headers by the current fiscal year automatically (I can't just manually filter by "2017" so I guess I need to use DAX somehow?)

 

Thanks,

 

CM

  • Anonymous's avatar
    Anonymous
    9 years ago

    Ahh I just need to filter the sales field by "0". As the DAX formula has already set all prior year values to 0, that takes out the rows relating to prior years.

1 Reply

  • Anonymous's avatar
    Anonymous
    Not applicable

    Ahh I just need to filter the sales field by "0". As the DAX formula has already set all prior year values to 0, that takes out the rows relating to prior years.