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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Anonymous
Not applicable

Line chart with Years, and Month for only current year

I want to do a line chart, where years between 2006 and 2020 are shown, no months. But for 2020 it would also show the months.

 

So the date axis would look like:

 

2006 2007 2008.... 2019 2020 Jan 2020 Feb 2020 March

 

Is there a way to do this? Or any custom visuals?

 

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@Anonymous 

You can create a new column in your date dimension like that and use

 

New column = If(year([Date] =year(today()), format([Date],"MMM YYYY"), format([date],"YYYY"))

View solution in original post

2 REPLIES 2
seanguerrero
Helper I
Helper I

As always, great solution @amitchandak. Any tips on sorting now? I now have 2019 2020 2021 2022Feb 2022Jan. ...or should I just create a separate sort table?

 

amitchandak
Super User
Super User

@Anonymous 

You can create a new column in your date dimension like that and use

 

New column = If(year([Date] =year(today()), format([Date],"MMM YYYY"), format([date],"YYYY"))

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

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