Loading
Feature degradation | Gmail Email delivery failureRead More

Change Discrete Points Into A Line Chart

Publish Date: Mar 20, 2026
Task

When there is NULL data the marks in the Line chart are disconnected and displayed as dots. How can I connect them and show as the line chart without filtering the data?

 
 

Steps
See the attached workbook downloadable from the right side.

1. Create a calculated field called index with the following calculation:
if isnull(SUM([points]))=false
then index()
END

2. Add index to Path on the Marks card.
User-added image

3. Confirm that index computes using Table(across).
Knowledge Article Number

001464326

Attachments

connect discrete points to a line.twbx

22 KB

 
Loading
Salesforce Help | Article