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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
MISgirlNY
Frequent Visitor

Sort by Another Column error message for Date field

Hello, I'm new to Power BI. Very simple issue: Ive created two slicers: by Year and by Month. Have a date field in the table. Created new fields Month (number), Year (number), Month Name. I want my Month slicer be sorted by Month Name. When select Month to sort by - get error message Sort by Another column. What I'm doing wrong?

Thank you in advance!!!

1 ACCEPTED SOLUTION

Hello, thank you for your response. Below are how I've created my columns based on OrderDate:

Year = YEAR(<table>[OrderDate])

Month = MONTH(<table>[OrderDate])

MonthName = FORMAT(DATE(1,<table>[Month],1),"MMM")

 

When I have just one year- your scenario works. But for the span of multiple years I get that error message. So I've found the solution. Created 2 new fields: one like yyyymm (integer), another yyyy/ <month name>. It works

View solution in original post

2 REPLIES 2
v-piga-msft
Resident Rockstar
Resident Rockstar

Hi @MISgirlNY ,

By my test with your scenario, I create the month and year column based on the date column with MONTH() and YEAR() function.

And create the Month Name with  'Table'[Date].[Month].

By sorting Month by month name, that is works as expected.

Untitled.png

How do you create the month name column?

For your error, if you create the month name based on the month column, I think you will have this error.

In addition, please check if you have sorted by other column.

If you still need help, please share your data sample and your desired output.

In addition, you could refer to my attachement.

Best  Regards,

Cherry

 

Community Support Team _ Cherry Gao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Hello, thank you for your response. Below are how I've created my columns based on OrderDate:

Year = YEAR(<table>[OrderDate])

Month = MONTH(<table>[OrderDate])

MonthName = FORMAT(DATE(1,<table>[Month],1),"MMM")

 

When I have just one year- your scenario works. But for the span of multiple years I get that error message. So I've found the solution. Created 2 new fields: one like yyyymm (integer), another yyyy/ <month name>. It works

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.