Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

Filter X axis values in Line Graph

Hey guys,   Is is possible to filter out the X axis by values in a Line Graph?  I have 3 values, but I want to be able to filter out the values by their own Date, currently they all end at March 20...
  • MattAllington's avatar
    7 years ago

    You would need to write a DAX measure that senses the date and returns a value (or not) based on that date. I recommend setting up a matrix while you write the measure. It helps you “see” the problem like and Excel problem.