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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Anonymous
Not applicable

Continuous line chart showing date and time

Hi All,

 

I have a line chart that I would like to set to Continuous. However PBI is showing me Date and Time for the x-axis. Is there a way to show only dates in the x-axis? I.e. 2 Mar, 3 Mar, 4 Mar

 

x-axis is showing Date and Time now:

beekee_0-1596444737838.png

 

 

Regards,

Bee Kee

 

1 ACCEPTED SOLUTION
tex628
Community Champion
Community Champion

Try creating a calculation column to convert the value to text:

Column = FORMAT('Calendar'[Date] , "D MMM")


/ J 


Connect on LinkedIn

View solution in original post

5 REPLIES 5
amitchandak
Super User
Super User

@Anonymous , you have x-axis type as categorical, try that

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube
tex628
Community Champion
Community Champion

Try creating a calculation column to convert the value to text:

Column = FORMAT('Calendar'[Date] , "D MMM")


/ J 


Connect on LinkedIn
Anonymous
Not applicable

This will help to remove the time although it is not continuous. I think this is fine. Thanks!

tex628
Community Champion
Community Champion

If you create a new calendar table which you then connect with a relationship you should be able to maintain the continuous x-axis! 

Br,
J


Connect on LinkedIn
nandic
Super User
Super User

@Anonymous ,
Best practice is to separate date/time column in two columns because of performance.
If you don't need any analytics by time, in Power Query split column and keep only Date.
Continuos type: select chart > x axis > type  = continuos.

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

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

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

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.

Top Solution Authors
Top Kudoed Authors