'Power BI how to take a median of a percentile(0.25) of a column

I want to take a 25 percentile of a column and then want to take the median from that percentile. I am taking percentile by the following formula: V12 = PERCENTILEX.INC(avv, [av], .25)

After that how can I calculate the median of that percentile? How can I do that?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source