Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
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.
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) ) |
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) ) |
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 !!!
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
118 | |
75 | |
49 | |
36 | |
35 |
User | Count |
---|---|
195 | |
80 | |
70 | |
56 | |
42 |