Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
Hi all,
I am trying to generate line charts over time by quarters with labels like "2021-Q1" OR "2021 Q1" on my X-axis.
Here is my current label by default in Power BI using group by 3 months:
I have tried to use something like
Column = Table1[Date Received].[Quarter] &" " & Table1[Date Received].[Year]
But It does not help since the column will be "categorical" and my cumulative chart will act weird.
Can anyone help me with this, would be super appreciated!
@dkao , If you want a continuous axis, you have to use the date hierarchy
@amitchandak Yes I used the hierarchy but I am not able to "Relabel" my date label.
@dkao , I doubt you can change the format