0
votes

I have a PowerBI Chart that I am working on for which. I got the Bars Chart on the X axis and the value for each bar in the chart is Month and Year. It is showing full months name like October 2020 but my business user wants to see OCT 2020 instead of October 2020.

enter image description here

Please help me how to change it

Thanks

2

2 Answers

1
votes

Go to Transform data and add a column to your table with the following formula

your_new_shortname = Format (Table[Date], "mmm")

Use this new column in your visualization.

0
votes

Add a calculated column on your date table and set its Sort By Column.