Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
Hi guys, I had been graphing without problems, normal line graph, the data is by weeks, example 49, 50, 51 etc, but now that I finish the 52 comes the 1, that value I want you to show on the right side of the 52 example
48 49 50 51 52 1
But it obviously shows it at the beginning, which is not what I'm looking for
1 48 49 50 51 52
Is there a way or trick to manually sort that data by week?
I think you are asking like this .
Make Sure If it is ok rply me.
That's how it is, just as you show it in the picture
It Simple dude only i used sorting nothing else done here
refer the above screenshot..
@Syndicate_Admin
Add an additional column in your date table combining year and week number for example and use in on the X-Axis:
Year Week = 'Date'[Year] & "-" & 'Date'[Day of Week Number]
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
Excellent thank you very much, I thought about it but I didn't apply it hahahaha
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.