Forum Discussion
Anonymous
7 years agoNot applicable
Sorting Stacked Bar Chart by Axis Values
Hi Member, In the following Graph- I am looking to sort the values on Axis (Screen Time) either ascendingly/ descendingly. Can anyone suggest how do i proceed.
- 7 years ago
Hi,
Do not write a calculated column formula. Write a formula in the Query Editor instead
=If [Status]="Considered" then [Interview Date]-[Application Date] else null
Ashish_Mathur
7 years agoSuper User
Hi,
In the Data Model, it looks like to the screen time column is formatted as a text column. Change the formatting to Numbers.
Hope this helps.
Anonymous
7 years agoNot applicable
And yes, Ashish- It was formatted as Text earlier.