86336/how-to-get-month-name-from-month-number-in-power-bi
I have Year number and Month Number in my data. How using DAX can I get the month name out of month number?
You can use:
MonthName = FORMAT(DATE(1, [Num], 1), "MMM")
If you are interested in learning Power BI, check out Power BI Course Topics now!
Hey, I can show some steps wise steps ...READ MORE
You can use the FORMAT function for this: Expiry_MonthYear_Sorter = ...READ MORE
You can give them the same display ...READ MORE
If you use the date column from FactTable, ...READ MORE
The error says you need to use ...READ MORE
In order to ignore Slicer you need ...READ MORE
The DAX expression you used in the ...READ MORE
Create a new measure for the km ...READ MORE
Hi, @Vnk, Despite the efficiencies achieved by the ...READ MORE
If the tables are related, this is ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.