Oct 10 2019 10:53 AM - edited Oct 10 2019 10:57 AM
Oct 11 2019 02:22 AM
You can add this as a last line source
| project-reorder Availability, Total_Hours, Available_Hours
However that will leave Computer as the final column (there seems to be an issue with Computer as it was used in the summarized command e.g. you can only reorder columns that don't follow a 'by' operator); I'll ask internally as this isn't working as i'd expect or I'm not understanding the usage.
Go to Log Analytics and Run Query
Availability | Total_Hours | Available_Hours | Computer |
---|---|---|---|
33.60215053763441 | 744 | 250 | On-Premise-16S |
33.60215053763441 | 744 | 250 | OnPremise-12S |
Oct 15 2019 12:46 AM
@t does seems like this is actually to do with extended columns, I'm talking to the Product Group next week about this, and will keep you updated.
How much of an issue is it @tmitchel ?
Aug 05 2020 12:17 PM
@Clive Watson Running into this myself... was there ever a resolution for the extended columns not sorting?