Forum Discussion
Anonymous
3 years agoNot applicable
How can remove future dates with 0 values from the chart?
Hi guys,
as the left chart, future periods(from 2023 Apr) are showing while there's no value in query,, so what made such this thing?
4 Replies
- tackytechtomMost Valuable Professional
Hi Anonymous ,
How does the measure [sum of delivery] look like? 🙂
/Tom
https://www.tackytech.blog/
https://www.instagram.com/tackytechtom/- AnonymousNot applicable
Hi tackytechtom
The measure is in the screenshot please see it.
- FreemanZSuper User
hi Anonymous
try like:
Measure =IF(MAX('Date'[Date])<=TODAY(),[Accumulative Delivery])- AnonymousNot applicable
You mean to make a new measure right? I did so but didn't work,,