Forum Discussion

AdamPorter's avatar
AdamPorter
New Member
2 years ago
Solved

Preventing date based x-axis filter

I have a table containing a list of dates and a corresponding data set including instances of these date. I have arranged in a column chart.    When I filter however the dates also filter, wh...
  • Ashish_Mathur's avatar
    2 years ago

    Hi,

    Modify your measure to

    Measure = coalesce([your measure],0)

    Hope this helps.