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.
Hello, I have a measurement table called "CA Usgaap+DI ADH". I can't find the median of this column.
Can you help me? In the screenshot, the “CA N” column corresponds to “CA Usgaap+DI ADH” .THANKS
Solved! Go to Solution.
Hello @Anonymous ,
you should provide more info or a pbix. What is that measure doing? Could you paste the formula?
To get the median you just need to do this:
Measure Median= Median('Your table'[your column])
Yeah, you can't put the measure. Paste here the code for the measure CA usgap+di adh
Hi @Anonymous ,
As Gabry said, you can create such measure. Based on your screenshot, it appears that you have not specified a table name or your column name does not exist. Please check.
(1)This is my test data.
(2) We can create a measure.
test median = MEDIAN('Table'[CA N])
If the above one can't help you get the desired result, please provide some sample data in your tables (exclude sensitive data) with Text format and your expected result with backend logic and special examples. It is better if you can share a simplified pbix file. Thank you.
Best Regards,
Neeko Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Thank you all for your help
Hi @Anonymous ,
As Gabry said, you can create such measure. Based on your screenshot, it appears that you have not specified a table name or your column name does not exist. Please check.
(1)This is my test data.
(2) We can create a measure.
test median = MEDIAN('Table'[CA N])
If the above one can't help you get the desired result, please provide some sample data in your tables (exclude sensitive data) with Text format and your expected result with backend logic and special examples. It is better if you can share a simplified pbix file. Thank you.
Best Regards,
Neeko Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hello @Anonymous ,
you should provide more info or a pbix. What is that measure doing? Could you paste the formula?
To get the median you just need to do this:
Measure Median= Median('Your table'[your column])
This doesn't work with Measure Median= Median('Your table'[your column]).
Yeah, you can't put the measure. Paste here the code for the measure CA usgap+di adh