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
Anonymous
Not applicable

Sort by columns returns error

Hello,

 

i have a table with the following columns:

 

  • A -> POS
  • B -> sales units
  • C -> POS grouped (due to put together only some POS)

 

What I want to do is to sort the POS grouped column by sales (since I will use the POS grouped column as a slicer). However, Power BI returns me an error because there can't be more than one value in column "Sales units" for the same value in "POS grouped".

 

Is there a way I can do it? Before grouping, I was able to sort column A (POS) by column B (sales units).

 

THanks in advance.

 

Andy

1 ACCEPTED SOLUTION

Hi @Anonymous,

 

Based my test, you should be able to follow steps below to sort the slicer(POS (groups) column) by sales.

 

1. Use the formula below to create a new summarize table.

Table = SUMMARIZE(Table1,Table1[POS (groups)],"Sales",SUM(Table1[SALES]))

t1.PNG

 

2. Sort POS (groups) column by Sales column in the new table.

 

3. Create a relationship between the new summarize table and the original table.

 

r1.PNG

 

4. Then use the POS (groups) column from new summarized table instead as slicer.

 

r2.PNG

 

Here is the modified pbix file for your reference. Smiley Happy

 

Regards

View solution in original post

10 REPLIES 10

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.