19 Aug 2024 03:17 PM - last edited on 22 Aug 2024 11:51 AM by MaciejNeumann
I’ve created a dashboard for my Azure Automation account, but I’ve encountered an issue. It appears to be case-sensitive, displaying two separate bars for the same status (“Complete” and “complete”). I would like to merge these two statuses into one, but I haven’t been able to find an option to do so.
Any guidance or suggestions would be greatly appreciated!
20 Aug 2024 11:15 AM - edited 20 Aug 2024 11:17 AM
Hi.
First thought: group the status in a new partition...
:splitBy(Application)
:partition("status",
dimension("Completed",suffix("Application","ompleted")),
dimension("other group",contains("Application","whatever")),
otherwise("others"))
Kind regards,
Paulo