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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
Russty99
New Member

Month number not matching month name

Hi Community,

 

i have made a very simple date table using the formula Date Table = calendarauto()

 

I need to add a month column in and am having trouble with the result as per the below.

 

Russty99_0-1670677757229.png

 

Strangely only December and January are being returned. Even for the other months.

 

Do you know what is wrong with my formula?

 

thanks,

 

Russell

 
 
1 ACCEPTED SOLUTION

@Russty99 ,

try this 

Month = FORMAT('Date Table'[Date],"MMMM")

 Thanks,





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!


LinkedIn


View solution in original post

4 REPLIES 4
Arul
Super User
Super User

@Russty99 ,

try without using MONTH function inside format.
Thanks,





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!


LinkedIn


Hi Arul,

thanks for responding. That was the formula I did use, you can see it at the top of the screenshot. I have never encountered this issue before so have no idea where it is coming from.

 

thanks again

@Russty99 ,

I saw your formula wherein you have to make small adjustments in it. You have to remove MONTH dax function from your formula.

Thanks,





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!


LinkedIn


@Russty99 ,

try this 

Month = FORMAT('Date Table'[Date],"MMMM")

 Thanks,





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!


LinkedIn


Helpful resources

Announcements
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

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

MayPowerBICarousel1

Power BI Monthly Update - May 2024

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