The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
I have a graph like below. However, I would like to overlay the lines in terms of month, i.e. the axis only shows Jan, Feb ....Dec. I have created three measures, CPR_2018,CPR_2019 and CPR_2020. They just look like below:
If I put the "Month Name Short" on Axis, nothing will come out. Can anybody help me? Thanks a lot!
Hi @qazwsxedc ,
You can select the date column on the axis axis and use the month in the hierarchy
Best Regards
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
HI @qazwsxedc ,
Create a new column on the date field as below and use it in the axis.
_Month = FORMAT('table'[date],"mmm")
I created the new column and used it in axis but still not working. Nothing coming out.
The dataset contains confidential information, so I can not shared. But I can share the measures, perhaps they can help to identify why 'Month Name Short' does not work. Thanks!
1. PaidOut =
Can you provide us with a sample of the dataset you're working with, please?