Forum Discussion

sw123's avatar
sw123
Helper III
6 years ago
Solved

Bar chart filtering one bar

Hi,   I have a bar chart, where one bar is showing order value average for last 12 month. This I have filtered by filtering the visualization with last 12 months. The axis is showing days (1, 2, 3,...
  • v-chuncz-msft's avatar
    v-chuncz-msft
    6 years ago

    sw123 

     

    You may try CALCULATE to change the context.

    Measure =
    CALCULATE ( [Order value], 'Table'[Date].[MonthNo] = MONTH ( TODAY () ) )