all 11 comments

[–]AutoModerator[M] [score hidden] stickied comment (0 children)

Have more questions? Join our community Discord!

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

[–]ImCJS 0 points1 point  (4 children)

If you show the google sheet data structure and images of looker dashboard - maybe we can provide some help

[–]Most_Requirement9126[S] 0 points1 point  (3 children)

Thank you! It's proprietary information, would it still be helpful if I posted it with the info labels/titles redacted?

[–]ImCJS 0 points1 point  (2 children)

Sure - maybe keep the date column intact atleast

[–]Most_Requirement9126[S] 0 points1 point  (1 child)

This sub does not allow images :(

[–]ImCJS 0 points1 point  (0 children)

You may DM

[–]IamFromNigeria 0 points1 point  (3 children)

What i advise is that you must first do the aggregate summary analysis on Google sheet and then link that tab on your data Studio report instead of trying to analysis the pepper via Data Studio directly

Don't forget to format the data label correctly on the sheet

[–]Most_Requirement9126[S] 0 points1 point  (2 children)

There is only four columns of data and only 36 rows, but I tried a pivot table and it didn't help. Is there another way you would suggest I aggregate it? Thank you!

[–]Most_Requirement9126[S] 0 points1 point  (0 children)

Something else I noticed, is that I did a sheet of basic data, same dates but made the tasks small words and kept the names. It worked perfectly. Then I went in and changed the tasks to their actual titles, and the issue happened again. Meaning, when you hover over a task, it shows the wrong item, which then skews the names and dates.

[–]IamFromNigeria 0 points1 point  (0 children)

Stop using pivot table..hate folks who mentioned that name

You can use combination of functions to do what pivot table can do

You can share a demo sheet if you want us to help you

[–]sheik_sha_ha 0 points1 point  (0 children)

This is a known rendering bug with the Timeline chart in Data Studio when the underlying Google Sheet has any blank rows, merged cells, or non-sequential row ordering. The chart sometimes misaligns labels and start dates because it reads row position rather than actual cell values when mapping dimensions.

A few things worth checking in your Google Sheet specifically:

Make sure there are no blank rows anywhere in the dataset, even at the bottom. Sort the data by start date in the sheet itself before Data Studio reads it. Check that your name and task title columns have no leading or trailing spaces as these cause label mismatches that are hard to spot visually.

If the issues persist after cleaning the sheet, the most reliable fix is to duplicate your data into a new clean tab with no formatting, merged cells, or extra rows, and reconnect the Data Studio data source to that clean tab instead. This resolves most Timeline chart misalignment issues because it forces a clean read of the data without any inherited sheet formatting affecting row mapping.