Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
Anonymous
Not applicable

Quarter comparision chart

Hi Team,

 

I would like to knwo how to achieve the below chart in power bi

 

Screenshoth.PNG

 

Regards,

Husna

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

Assume Qtr-Year on Axis and the other group by on category, you should get like this

Screenshot 2020-03-22 12.18.01.png

 

Sort qtr year on Qtr Year sort

Qtr Year = "Q" & QUARTER('Date'[Date]) & " - " & YEAR('Date'[Date])

Qtr Year Sort = FORMAT('Date'[Date],"YYYYQ")

 

Sort_by_column.pngSortnewribbion.png

View solution in original post

1 REPLY 1
amitchandak
Super User
Super User

Assume Qtr-Year on Axis and the other group by on category, you should get like this

Screenshot 2020-03-22 12.18.01.png

 

Sort qtr year on Qtr Year sort

Qtr Year = "Q" & QUARTER('Date'[Date]) & " - " & YEAR('Date'[Date])

Qtr Year Sort = FORMAT('Date'[Date],"YYYYQ")

 

Sort_by_column.pngSortnewribbion.png

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel1

Power BI Monthly Update - May 2024

Check out the May 2024 Power BI update to learn about new features.