Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi All,
I have the below conditional column created based on the range of values I have.
However the values are not sorted and it doesn't sort even when I apply the sort by option on the righ top corner of the chiclet slicer box.
Can you help me so that I can sort the values in the slicer box to -
0
<0.01
<0.1
<10
<100
>100
Solved! Go to Solution.
A solution is create a table with this range and a extra column with the order.
Like this:
ABS ASP DIFF RANGE ORDER
0 1
<0.01 2
......
Next select ABS ASP DIFF RANGE Go to modeling and sort by Column Order
After this create a relationship between this and your table.
A solution is create a table with this range and a extra column with the order.
Like this:
ABS ASP DIFF RANGE ORDER
0 1
<0.01 2
......
Next select ABS ASP DIFF RANGE Go to modeling and sort by Column Order
After this create a relationship between this and your table.
Hi @Vvelarde,
Thanks, I created another conditional column based on that it worked now.
Regards,
Abhishek
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.