Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hello, I need to calculate the Median / Day / DM Name for the NB_parcels it's possible to created a dax formula ?
@Vanessa250919 , Assuming NB_parcels is a measure, else create a measure
Try like
MEDIANX(summarize(Table, Table[Day], Table[DM Name], "_1", [NB_parcels]), [_1])
Check out the November 2025 Fabric update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!