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.
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!
@amitchandak Yes I used the hierarchy but I am not able to "Relabel" my date label.