cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Azure Automation Account Dashboard - Case sensitivity

Devipriya
Newcomer

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!

Devipriya_1-1724076969880.png

 

 

1 REPLY 1

paulo_calaxa
Helper

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

Featured Posts