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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
Bryanna
Helper II
Helper II

Sorting

I have a Slicer that i created off a column to show how many days from expiration. I would like to sort this so that its in order of least number of days to most number of days (ex. 30 Days from Expiration, 60 Days from Expiration, 90 Days from Expiration, 365 Days from Expiration). Every way I try to sort I keep receiving an error of 'circular dependency' or that 'there cant be more than one value in Column A for the same value in Column B' . Any tips are appreciated!

 

Bryanna_0-1692620986822.png

 

4 REPLIES 4
Bryanna
Helper II
Helper II

Thanks! I changed this to a calculated column within power query and it works now. Thanks for your help!

Bryanna
Helper II
Helper II

Hi,

 

The column is created using Dax and when i try to do a similiar statement as you stated above also in Dax and Power Query (tried both options) is when I am receiving the above errors. Is there a way to do it with my original column in DAX?

@Bryanna You could try replicating the DAX column logic in PowerQuery. Then create another conditional column for sort order. Then change the change the Sort by Column property of PowerQuery column.

 

If you still want to keep DAX column, then you can prefix the order in return value. example: a. 30 Days from Expiration, b. 60 Days from Expiration. This is not a good solution. 


Regards,
Nandu Krishna

nandukrishnavs
Community Champion
Community Champion

@Bryanna If the column is not created using DAX, then you can create a new conditional column in PowerQuery. Output should be number: 1, 2, 3, 4 etc.. (Expected sort order value) then close and apply the PowerQuery changes. 

Next come to the Table view, and select original column and change the Sort by Column value as newly created column.

 

nandukrishnavs_0-1692622087712.png

 


Regards,
Nandu Krishna

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors