Median, a Calculation type of Transform, does not work

It appears that Transform’s Median is not functioning properly.
Max, Mean, and Last display the calculation results correctly.

Please open the following link and try it.
When I select Median, nothing is displayed.
This is the same behavior in docker Grafana 11.2.2.
https://play.grafana.org/d/OhR1ID6Mk/table?editPanel=4

Also try Group By in this link.
Nothing shows up when I select Median here either.
https://play.grafana.org/d/svrdAH4Vk/group-by-time-test?editPanel=2

  • What Grafana version and what operating system are you using?
    docker grafana/grafana-enterprise:11.2.2-ubuntu

  • What are you trying to achieve?
    I want to derive the median

  • How are you trying to achieve it?
    We are trying to achieve this with Median in Calculations.

  • What happened?
    When Median is specified for Calculations, nothing is displayed.

  • What did you expect to happen?
    Correct median value should be displayed.