Forum Discussion
cuohanele
Helper I
6 years agoDYNAMIC SORTING
Hi everyone! In need of some assistance. I created a dynamic format for a column in my table to be filtered by a specific slicer. Unfortunately, it is sorting the numbers like they are string. I u...
- 6 years ago
Hi cuohanele ,
Using "format" function is to change the number into text format,so go to "column tools " in the menu bar to set the number into "percent" format.
Best Regards,
KellyDid I answer your question? Mark my post as a solution!
edhans
Community Champion
6 years agoThey are strings. The FORMAT() function converts values to text. You'd need to have leading zeros to format correctly. I am not aware of a way to conditionally format numbers by number format (currency, percentage, etc.)