Forum Discussion

vishnugupta_'s avatar
vishnugupta_
New Member
3 years ago

FORMAT DAX FUNCTION not working as expected

Month = FORMAT('Calendar'[Month Number],"mmm")   This function is mapping month number 1 with "Dec" and all other month numbers (2-12) with "Jan"       Please suggest possible solutio...