- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Format Month-Year from Date Hierarchy
I have a date hierarchy field, but the values show up in my visual like this.
What is the DAX formula to make it so my field value shows up like this: "January, 2023".
Thanks!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Uncheck the auto date/time option and add an calculated column manually.
Month-Year = FORMAT( SubEndMonth[Date], "MMM,yyyy" )
Expertise = List.Accumulate( {Days as from Today}, {Skills and Knowledge}, (Current, Everyday) => Current & Day.LeanAndPractise(Everyday) ) |
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Uncheck the auto date/time option and add an calculated column manually.
Month-Year = FORMAT( SubEndMonth[Date], "MMM,yyyy" )
Expertise = List.Accumulate( {Days as from Today}, {Skills and Knowledge}, (Current, Everyday) => Current & Day.LeanAndPractise(Everyday) ) |
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Oh wow! I didn't even need the calculated column. As soon as I unchecked the Date/Time option, it just magically became the month year format I wanted! THANK YOU SO MUCH !!!

Helpful resources
Subject | Author | Posted | |
---|---|---|---|
07-31-2024 02:45 AM | |||
09-27-2024 04:21 AM | |||
08-16-2024 01:10 AM | |||
07-17-2024 08:01 PM | |||
08-16-2024 06:53 AM |