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

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

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
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

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

June 2025 community update carousel

Fabric Community Update - June 2025

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