Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I'm trying to create a bar chart that uses Product code as a dimension and good parts as a measure. I was wondering if there is anyway to sort this via date, so I can see the total parts created for a product code in order of newest first.
Edit: Thanks for the help Max(Date) helped and allowed me to sort 🙂
did you try sort by expression?
You can sort by expression, but you will have to figure out which expression to use.
If you only have one date per product code you could use sort by Only(Date)
If a product code is produced over multiple dates which you need to find an aggregated value per product code, maybe Min(Date) or Max(Date).