Forum Discussion
TimNYC
Helper I
6 years agoLine Chart Year-Over-Year Filtered by Month and Day / How Do I Apply a DAX Filter to a Chart?
I'm trying to build a line chart that shows year-over-year sales growth and updates dynamically based on the yesterday's date. I want it to look just like in the attched picture, except the X-Axis sh...
- 6 years ago
Put the measure on the visual filter and use <> 0
amitchandak
Super User
6 years agoPut the measure on the visual filter and use <> 0
TimNYC
Helper I
6 years agoThank you! That did it. Such a simple solution... I don't know why it didn't occur to me before I posted.