Forum Discussion
Ibrahim_shaik
3 years agoHelper V
Need help in Creating X-axis in Line Chart.
Hi, Please help. I have a dataset where in i have to work with temperature and time. I have time on x axis and temperature on Y axis, i want to scale the Y axis and represent values in the in...
jaweher899
3 years agoImpactful Individual
You can modify the Y-axis scale in the "Format" section of the "Visualizations" pane in Power BI Desktop. To change the axis scale to an interval of 5 degrees, follow these steps:
- Right-click the Y-axis in the line graph and select "Format axis".
- In the "Format" section, go to the "Values" section.
- Set the "Minimum" value to 0 and the "Maximum" value to the highest temperature value rounded up to the nearest multiple of 5.
- Set the "Major tick mark unit" to 5.
- Apply the changes and see the Y-axis show the temperature in 5-degree intervals.
By doing this, you can have a clear representation of the temperature change over time on the line graph.
Ibrahim_shaik
3 years agoHelper V
Hi Jaweher899,
Thank you for the reply.
I didn't find any option in the values to scale the Y axis.