Forum Discussion
dantedg1
8 years agoFrequent Visitor
Legend Format
Hi, I've been trying to change the month legend format from "enero" to "Enero" in my powerbi graph, could someone help me? Currently my date format is dd/mm/yyyy 00:00 am
dantedg1
8 years agoFrequent Visitor
Hello Parker,
Problem is that my column format is on Date, applying the format change just changes it to numbers. DO you have any other suggestions?
Anonymous
8 years agoNot applicable
Right, I see what you're saying. Sorry I don't know how you would change how Power BI represents a month in a certain language. If you wanted to transform the date field into a text of the month name, that would be:
CalculatedMonth = FORMAT('Table'[Date], "MMMM")Then you could capitalize like I suggested in the previous comment.
Hope this works or you find another solution,
Parker