Forum Discussion
Anonymous
4 years agoNot applicable
Clustered Column Chart, Date Range Not Reflecting Correctly
Hi guys, I have a data range filter, however, the date range on my clustered column chart is not reflecting my date range filter. The area chart on the top is correctly reflecting, but not the clus...
- 4 years ago
Anonymous , is one of the measures using +0 or coalesce of if to handle blank if so remove those in measure,
You can try adding a filter remove 0 or blank on one of the mesure
amitchandak
4 years agoSuper User
Anonymous , is one of the measures using +0 or coalesce of if to handle blank if so remove those in measure,
You can try adding a filter remove 0 or blank on one of the mesure
Anonymous
4 years agoNot applicable
Yes I did use IFERROR() to handle zero and null. After removing that, it worked! Thank you so much!