Forum Discussion

cmncp's avatar
cmncp
Icon for Helper III rankHelper III
6 years ago
Solved

Remove Report level Year filter on a single visual

I have a Power BI report that has a Report Level filter to only include data for the last 3 years.   I need to remove this filter for a single visual which needs to show a column chart showing all ye...
  • Greg_Deckler's avatar
    Greg_Deckler
    6 years ago

    cmncp - Correct. It's a bit unexpected honestly because one might think that the report and page level filters would just add filter context the way visuals on a page add filter context and thus you would be able to override that filter context within DAX. But, that is not what occurs. The report and page filters pre-filter the data that is even available to DAX when performing calculations. Efficient that way but also a bit unfortunate in circumstances such as this.