Feb 11 2020 10:32 PM
Hi,
Can you please help me how to give Alias name for expression column ?
Below is code in Azure LogAnalytics log query:
By default it is taking as column1 but I want to customize column name.
Thanks,
Brahma
Feb 11 2020 10:51 PM
SolutionHi,
It is very simple
AzureQuota_CL
| project Name_s,CurrentValue_d,Limit_d, MyColumn = ((CurrentValue_d/Limit_d)*100)