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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
Anonymous
Not applicable

Weekday as x axis instead of dates in line chart

Hi everyone

 

Let say I have a table like this:

DateValue
10/2/20191
10/2/20193
10/3/20194
10/4/20193
10/4/20192
10/4/20191
10/5/20195
10/5/20196
10/6/20194

 

I want to make a line chart that showing sum of value of every date, but instead of showing date at the x-axis, I want to show the day of the week like Monday, Tuesday, Wednesday, and so on.

 

I am using Power BI May 2019 edition, and SSAS as data source. Some features isn't available when I am using SSAS as source. Please help, thank you

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @Anonymous  ,

 

Below steps will help:


> Go to Query Editor 
> Duplicate Date Column

> Make sure it is Date Format

> Right Click on Column > Transform > Day > Name of Day
Help1.JPG

> Close & Apply

> Create new Bar chart visual 
> Use new Date column as Axis 
> Use Value Column as Value (Should automatically be aggregated as SUM. IF not, right click on Value field)

Help2.JPG

>Done

Let me know is any issue

Cheers
Rob

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

1 REPLY 1
Anonymous
Not applicable

Hi @Anonymous  ,

 

Below steps will help:


> Go to Query Editor 
> Duplicate Date Column

> Make sure it is Date Format

> Right Click on Column > Transform > Day > Name of Day
Help1.JPG

> Close & Apply

> Create new Bar chart visual 
> Use new Date column as Axis 
> Use Value Column as Value (Should automatically be aggregated as SUM. IF not, right click on Value field)

Help2.JPG

>Done

Let me know is any issue

Cheers
Rob

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

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

Top Solution Authors