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
Pratima
Helper III
Helper III

How to resolve this..............

Hi All,

Good Evening !!!

 

How to get the month name wiith date( Dec 03,Dec 04,Dec 05......Dec31 )  from the calendar date.

 

Please see the screen shotCapture.PNG

 

 

 

 

 

Thanks,

Pratima

2 ACCEPTED SOLUTIONS
v-qiuyu-msft
Community Support
Community Support

Hi @Pratima,

 

From your description, it seems you want to display the date type column in the format of month name plus day, right?

 

It depends on which kind of visual you used to represent data. There are three ways:

 

1. We can set the data format for the date type column below:

w3.PNG

 

2. If you use charts, like line chart, column chart, you can keep the Continues type enabled for X-axis to get expected format.

 

w1.PNG

 

In charts you can also enable Date Hierarchy, and keep Concatenate Labels enabled.

 

w2.PNG

 

3. Create a calculated column to return values in the format of month name plus day like below:

 

Column = FORMAT(MONTH('Table2'[Date]),"MMM") & " " & DAY('Table2'[Date])

 

Best Regards,
Qiuyun Yu

 

Community Support Team _ Qiuyun Yu
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

Thanks Qiuyun Yu ,i got the expected result.....................by using the following function:

 

Column = FORMAT(MONTH('Table2'[Date]),"MMM") & " " & DAY('Table2'[Date])

 

 

View solution in original post

4 REPLIES 4
v-qiuyu-msft
Community Support
Community Support

Hi @Pratima,

 

From your description, it seems you want to display the date type column in the format of month name plus day, right?

 

It depends on which kind of visual you used to represent data. There are three ways:

 

1. We can set the data format for the date type column below:

w3.PNG

 

2. If you use charts, like line chart, column chart, you can keep the Continues type enabled for X-axis to get expected format.

 

w1.PNG

 

In charts you can also enable Date Hierarchy, and keep Concatenate Labels enabled.

 

w2.PNG

 

3. Create a calculated column to return values in the format of month name plus day like below:

 

Column = FORMAT(MONTH('Table2'[Date]),"MMM") & " " & DAY('Table2'[Date])

 

Best Regards,
Qiuyun Yu

 

Community Support Team _ Qiuyun Yu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Thanks Qiuyun Yu ,i got the expected result.....................by using the following function:

 

Column = FORMAT(MONTH('Table2'[Date]),"MMM") & " " & DAY('Table2'[Date])

 

 

vanessafvg
Super User
Super User

@Pratima do you have a date table?





If I took the time to answer your question and I came up with a solution, please mark my post as a solution and /or give kudos freely for the effort 🙂 Thank you!

Proud to be a Super User!




Thanks for your valuable time vanessafvg.................

 

 

I am having ANY CALENDAR date from that date i am expecting the Capture.PNG

 

Thanks,

Pratima

 

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.