Forum Discussion
tuncay
1 year agoHelper III
Visualization of missing data points in chart
Is it possible to connect two data points in a table even though there is no data between? See green graph line.
The connection appears only when the data points are next to each other.
7 Replies
- IdrissshatilaSuper User
Hello tuncay ,
try to replace blank with zero in the measure calculation.
like if measure is blank then 0 else measure.
- tuncayHelper III
but I want to connect them that the data point goes directly to the other and not to 0 in between
- IdrissshatilaSuper User
but this would be inaccurate, this would mean that there was data on this level and there wasn't, isn't this misleading ?