Forum Discussion
jonbox
Helper II
4 years agobar graph by quarter
Hi, I'm creating a bar graph using the quarter heriarchy for date, changing from all months to just quarter, however PowerBI seems to be mixing up the quarters: it's calculating the quaters c...
amitchandak
Super User
4 years agojonbox , You can create a column like
and use that
if(Quarter([Date])>=3, "Qtr " & Quarter([Date]) -2, "Qtr " & Quarter([Date]) +2)
or create a sort column using the logic and user that as sort column
jonbox
Helper II
4 years agoA column like what sorry?
I'd like to use this default feature if possible as the data will change month on month, e.g. once we roll into the new year we won't be interested in the quarters before