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

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

Reply
slc7456
Advocate III
Advocate III

Format DAX function does not sort properly

Data Source: Tabular Cube 

 

Purpose: Create a new measure that is a whole number formatted as currency, i.e. no decimals. This new measure must be able to sort high to low. 

 

Background: Microsoft knows there is a bug that doesn't allow newly created measures to be formatted using the modeling tab link. Which is why a DAX query must be used to control formatting. 

 

 

Recently Microsoft announced that you could create new measures when using a Tabular Cube data source. I've created a new measure called SalesDAXFormat (see below). 

 

However, this new measure seems to sort alphabetically by number (right matrix). Does anyone know how I can get this measure to sort numerically from high to low (and vice versa)?  

 

sorting wrong - Power BI Desktop.png

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Ya, I think you are hosed until the June release.  As soon as you use FORMAT( ) your measure it going to return text, and that will cause text based sorting... and not much you can do about that (outside of... don't use FORMAT, but then you hit the other bug w/ built in formatting not saving).

View solution in original post

5 REPLIES 5
Anonymous
Not applicable

Ya, I think you are hosed until the June release.  As soon as you use FORMAT( ) your measure it going to return text, and that will cause text based sorting... and not much you can do about that (outside of... don't use FORMAT, but then you hit the other bug w/ built in formatting not saving).

Anonymous
Not applicable

does anyone know if its resolved? FORMAT() is still doign Text sorting

Anonymous
Not applicable

Hi Scottsen!

 

Do you know, if this issue was resolved? I'm having the same problem. 

 

I can't see any fix mentioned on the june-2017 update list.

 

Br, Torben

I think you're correct. I'll try again in june. Thanks!
Anonymous
Not applicable

Hi, 

 

Was this fixed?

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

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