Showing percentage on the Y axis instead of count

Hi @Seemant_Bind

this can easily be done with Lens formula: overall_sum(count(kql="..."))/overall_sum(count()) and overall_sum(count(kql="..."), shift="1w")/overall_sum(count(), shift="1w")