I have the following DAX code in a data model pivot in order to provide a calculated field for median amount based data that needs to be summed before taking the median.
The median needs to appear based on specific categories of data.
=MEDIANX (
SUMMARIZE (
Range...