Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
Cheezeduckies
Frequent Visitor

Scatter Chart by date without summarisation

I am trying to create a chart that shows the different tempereatures each day for a year, I am having two issues, the first is that the dates are not all fitting within the one page and I cannto find a way to remove the slider so they all sit on the page, the second more pressing issue is that I cannot seem to get the data to not appear aggregated, as when I try to remove summarisation an error occurs. Is it possible to do this in Power Bi? The image hows my current version with only one piecec of data for each date as well as the slider that I am hoping to remove, the sceond shows the issue when I remove aggregation, the final image is a replica from Tableau showing what I am hoping to achieve.

 

Cheezeduckies_3-1723626243028.png

 

Cheezeduckies_0-1723626161627.png

Cheezeduckies_2-1723626201562.png

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @Cheezeduckies 

 

1. When there are a large number of dates on the X-axis, the date labels may not be fully displayed, and a slider is required to view the full date range. Try using the Date Hierarchy to adjust the date display. Or use the slicer to reduce the date range. See page1 of my pbix file.

1.png

2.png

2. Instead of removing summarization directly, we can create a measure for the temperature and apply it to the scatter chart. See page2 of my pbix file.

_Temperature = SELECTEDVALUE('Table'[Temperature])

 

3.png

 

Best Regards,

Jarvis Tang

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

1 REPLY 1
Anonymous
Not applicable

Hi @Cheezeduckies 

 

1. When there are a large number of dates on the X-axis, the date labels may not be fully displayed, and a slider is required to view the full date range. Try using the Date Hierarchy to adjust the date display. Or use the slicer to reduce the date range. See page1 of my pbix file.

1.png

2.png

2. Instead of removing summarization directly, we can create a measure for the temperature and apply it to the scatter chart. See page2 of my pbix file.

_Temperature = SELECTEDVALUE('Table'[Temperature])

 

3.png

 

Best Regards,

Jarvis Tang

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

Find out what's new and trending in the Fabric community.

July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.