Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
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 @Greg0ry ,
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 @Greg0ry ,
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 @Greg0ry ,
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 @Greg0ry ,
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
User | Count |
---|---|
12 | |
11 | |
8 | |
7 | |
6 |
User | Count |
---|---|
25 | |
19 | |
14 | |
10 | |
7 |