Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin 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.
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.
Solved! Go to Solution.
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.
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])
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.
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.
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])
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.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
72 | |
70 | |
55 | |
38 | |
31 |
User | Count |
---|---|
78 | |
64 | |
64 | |
49 | |
45 |