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

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

Reply
gautampruthi
Helper II
Helper II

x-axis to show only the months from January to December (and not repeating for each year),

In Power BI, i want to create a line chart that displays a two-year trend with the x-axis showing only the months from January to December (and not repeating for each year),

currently it is being displayed like this with month repeating, there is no option as Categorical in format pane.

gautampruthi_0-1698148487892.png

 

i am using custom date table which i have linked with the main data table.

CustomDateTable =
ADDCOLUMNS(
    CALENDAR(DATE(YEAR(TODAY()) - 4, 9, 1), DATE(YEAR(TODAY()), 10, 30)),
    "Academic_Year",
    FORMAT([Date], "yy") & "/" & FORMAT([Date] + 1, "yy")
)

 

 

1 ACCEPTED SOLUTION

Please study the solution carefully, I had to make alot of adjustments to both your fact table and the calendar table.

 

lbendlin_0-1698795686764.png

 

View solution in original post

4 REPLIES 4
lbendlin
Super User
Super User

Please provide sample data (with sensitive information removed) that covers your issue or question completely, in a usable format (not as a screenshot). Leave out anything not related to the issue.
If you are unsure how to do that please refer to https://community.fabric.microsoft.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-...
Please show the expected outcome based on the sample data you provided.

If you want to get answers faster please refer to https://community.fabric.microsoft.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447...

Hi @lbendlin Thanks for your response i have uploaded sample pbix file here

i want to show trend for both 23-24 and 22-23 in a single line chart with same date axis starting from sep till july

Please study the solution carefully, I had to make alot of adjustments to both your fact table and the calendar table.

 

lbendlin_0-1698795686764.png

 

Thanks @lbendlin 

Helpful resources

Announcements
Sept PBI Carousel

Power BI Monthly Update - September 2024

Check out the September 2024 Power BI update to learn about new features.

September Hackathon Carousel

Microsoft Fabric & AI Learning Hackathon

Learn from experts, get hands-on experience, and win awesome prizes.

Sept NL Carousel

Fabric Community Update - September 2024

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