How to sort a table by two columns simultaneously in a specific order (NOT ascending/descending).
i.e. 5 phases for a project with 20+ milestones in each phase.
I did assign index to phases and it worked.
I also assigned index to Milestones which works only when i filter by one phase.
I need it to work without applying filter.
If you change the added FileLocation parameter in the Query Editor, all queries will be restored.
Here’s your file. I hope this is helpful. D&W Dashboard by irina.pbix (614.4 KB)
Hi Melissa.
Thank you for taking time to look at my question. I like your solution!
I have changed the FileLocation parameter and queries were restored. But i couldn’t see the Index column as in the attached screenshot 1-01…2-01 in your email. I see it as in my old file - 1,2…19
I would like to know how do I do it my self.
Did you do DAX?
Or, did you do it through AddColumn -> Custom Colomn -> Table.AddIndexColumn([Data], “Index”, 0, 1)?
Would be helpful to learn how to do it. I have other scenarios where i have to use this technique.