Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
Hello, I have a chart (Line and clustered column chart), it displays the month names as their full name (i.e. January, February, etc.) I would like to display the months as Jan, Feb, etc. Is there a simple way to do this? For the life of me, I can't figure it out and I feel I'm missing something very simple. Thanks.
Solved! Go to Solution.
Try a calculated column like:
Mon = FORMAT([Date],"mmm")
Try a calculated column like:
Mon = FORMAT([Date],"mmm")
Thank you! I thought I tried that, but now that I went back and did it, I realized I had an forgotten an extra step. This worked.
Again, thanks!
Check out the September 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
114 | |
106 | |
97 | |
38 | |
32 |
User | Count |
---|---|
152 | |
122 | |
76 | |
74 | |
47 |