Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!View all the Fabric Data Days sessions on demand. View schedule
I need to create a line chart in charticulator. My x axis is Year Month from Dim_Date table, I want to sort Year Month by ascending order, something like 2021/Jan, 2021/Feb....
In charticulator Plot attributes, I have set up X axis to be sorted by Yearmonth number (integer format), but it doesn't seem to work.
Solved! Go to Solution.
I figured it out. instead of sort Year Month Short by YearMonthNumber (integer), I should sort by YearMonthNumber_Text.
so I have created a new column in Dim_Date tabel
YearMonthNumber_Text=convert([YearMonthNumber],String)
and use this new field to sort chartculator
click sort
I figured it out. instead of sort Year Month Short by YearMonthNumber (integer), I should sort by YearMonthNumber_Text.
so I have created a new column in Dim_Date tabel
YearMonthNumber_Text=convert([YearMonthNumber],String)
and use this new field to sort chartculator
click sort
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!