The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
@luizenrique , You need a column in MM DD format or dd-MOn format sorted on MMDD
Day Month= FORMAT([Date],"dd-mmm")
Day Month Year = FORMAT([Date],"mmdd")
Now use Day Month on the axis and year in Legend. In this can you can only use one measure
How to Create Sort Column and Solve Related Errors:
https://www.youtube.com/watch?v=KK1zu4MBb-c
Hi, @amitchandak . Thank you for the answer. I got some results, but I still don't have what I need.