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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
Sonyat810
Helper I
Helper I

How to add a onth to the table

I have a table with the days but it doesn;t show the month. How can I create a column that shows the Month & day?

1 ACCEPTED SOLUTION

pls try this

Month = IFERROR (FORMAT( DATE(2023,8, VALUE ( 'CE Lookup 2'[Day] )),"MMMM"), BLANK ( ) )

View solution in original post

6 REPLIES 6
Idrissshatila
Super User
Super User

hello @Sonyat810 , 

 

can you show me what type of date you have ?

 

if you have something like 1/1/2023 for example, to have the month in a seperate column

 

calculated column = format ('Tablename' [datecolumn], "mmmm")

 

If I answered your question, please mark my post as solution, Appreciate your Kudos 👍

Follow me on Linkedin
Vote for my Community Mobile App Idea 💡



Did I answer your question? Mark my post as a solution! Appreciate your Kudos
Follow me on LinkedIn linkedIn
Vote for my Community Mobile App Idea

Proud to be a Super User!




This all I have as far as day, but no month. It won't let me change it to date format, so I will have to create something.

 

Sonyat810_0-1696937983960.png

 

Hello @Sonyat810 ,

 

but how would you know this day falls under which month ? this won't work like that.

 

If I answered your question, please mark my post as solution, Appreciate your Kudos 👍

Follow me on Linkedin
Vote for my Community Mobile App Idea 💡



Did I answer your question? Mark my post as a solution! Appreciate your Kudos
Follow me on LinkedIn linkedIn
Vote for my Community Mobile App Idea

Proud to be a Super User!




I want this to say "August". How do I write that? This is what I have:

Month = IFERROR ( VALUE ( 'CE Lookup 2'[Day] ), BLANK ( ) )
Sonyat810_0-1696941093863.png

 

 

pls try this

Month = IFERROR (FORMAT( DATE(2023,8, VALUE ( 'CE Lookup 2'[Day] )),"MMMM"), BLANK ( ) )

All of the days are for August.

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel

Power BI Monthly Update - May 2024

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

LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.