Forum Discussion
Anonymous
5 years agoNot applicable
Formatting the graph
v-kkf-msft Kindly help me here. I tried changing the measure but still created tickets are coming after closed tickets. I want created tickets to be first in the graph and then the closed tickets...
- 5 years ago
Anonymous , create the columns
Ticket 1 =[Ticket]
Ticket Rank = Rankx(Table, [Ticket],,desc, dense)
Sort Ticket 1 on ticket Rank and use that in visual
How to Create Sort Column and Solve Related Errors:
https://www.youtube.com/watch?v=KK1zu4MBb-c
amitchandak
Super User
5 years agoAnonymous , create the columns
Ticket 1 =[Ticket]
Ticket Rank = Rankx(Table, [Ticket],,desc, dense)
Sort Ticket 1 on ticket Rank and use that in visual
How to Create Sort Column and Solve Related Errors:
https://www.youtube.com/watch?v=KK1zu4MBb-c
- Anonymous5 years agoNot applicable