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

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.

Reply
Sobek
Regular Visitor

Visualizing data over time - more than 12 months

Hi there

I have sales data for more than 12 months back. I want to see all of the months (there are 15 months right now), next to each other (column chart). But BI Desktop is showing me only 12 months. 

What should I do to see all months on one graph?

 

Sobek

1 ACCEPTED SOLUTION
v-huizhn-msft
Microsoft Employee
Microsoft Employee

Hi @Sobek,

As the @Chihiro said, you should use Year-Month column as X-axis level, please create the Year-Month calculated column using the formula.

Year-Month = Active[Year]&"-"&Active[Month]

1.PNG

If this still can not resolve your issue, please post more details, sample table or screenshot for further analysis.

Best Regards,
Angelia

 

View solution in original post

4 REPLIES 4
nlsrsk
New Member

Hi everybody, thanks for the solution above, it worked for me, BUT now I can't figure out how to make the x-axis display in the right order!?

 

I hope you can help out, thanks for being a great ressource.

/Niels

Capture.PNG

Typically, I just use yyyy-mm format to sort.

 

Ex: 2018-08

 

From [Date] column...

Year-MM = YEAR([Date]) & "-" & FORMAT([Date], "MM")
v-huizhn-msft
Microsoft Employee
Microsoft Employee

Hi @Sobek,

As the @Chihiro said, you should use Year-Month column as X-axis level, please create the Year-Month calculated column using the formula.

Year-Month = Active[Year]&"-"&Active[Month]

1.PNG

If this still can not resolve your issue, please post more details, sample table or screenshot for further analysis.

Best Regards,
Angelia

 

Chihiro
Solution Sage
Solution Sage

What data type/column are you using as axis?

 

If you are using date hiaerarchy's Month as axis. This will cause issue.

 

To have more control over time intelligence. I usually create custom date table with Year-Month column.

 

Using that column as axis, you can show all months with data.

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.