Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Ignoring filter within DAX using multiple filters

Hi all,  I'd like to show the current year values regardless of the selected year in the filter pane. Here's my code:    FCosts_YTD = CALCULATE(           SUM(PERFORMANCE[VALUE_2])           ...