Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
I created a calendarauto(6) fiscal dax date table with a custom column --> FY Q YYYY = IF(MONTH('FY Calender'[Date])>6,"FY "&FORMAT(EDATE('FY Calender'[Date], -6),"\QQ")&" "&YEAR('FY Calender'[Date])&"-"&YEAR('FY Calender'[Date])+1,"FY "&FORMAT(EDATE('FY Calender'[Date], -6),"\QQ")&" "&YEAR('FY Calender'[Date])-1&"-"&YEAR('FY Calender'[Date])).
The FY Q YYYY column is sorting like this:
How to sort the FY Q YYYY fiscal chronological order like this below?
FY Q2 2024-2025
FY Q1 2024-2025
FY Q4 2023-2024
FY Q3 2023-2024
FY Q2 2023-2024
FY Q1 2023-2024
FY Q4 2022-2023
FY Q3 2022-2023
Solved! Go to Solution.
add this column to your calendar table
QNo = FORMAT([Date],"yyyyq")
Then sort your FY Q YYYY column by that column.
add this column to your calendar table
QNo = FORMAT([Date],"yyyyq")
Then sort your FY Q YYYY column by that column.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
76 | |
75 | |
54 | |
38 | |
31 |
User | Count |
---|---|
99 | |
56 | |
50 | |
42 | |
40 |