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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
I got this original table:
I need to calculate median values for selling_eur.
How can I do it?
I got only some ideas.
Transform table with duplicated rows for calculation. It will not work fast.
Some how add new column, thich contains arrays with duplicated prices for calculation. I got no idea how to add it.
Solved! Go to Solution.
Hi,
Try this
calculate(Median(table,selling_eur),allexcept(table,category))
@UserDoe
Median Selling EUR =
MEDIAN('YourTableName'[selling_eur])
Did I answer your question? Mark my post as a solution! Appreciate your Kudos !!
Hi,
Try this
calculate(Median(table,selling_eur),allexcept(table,category))
User | Count |
---|---|
15 | |
9 | |
8 | |
6 | |
5 |
User | Count |
---|---|
29 | |
18 | |
15 | |
7 | |
6 |