Forum Discussion
MedianX Function
Hi shantupm5 ,
You can update the formula of your measure as below and check if it can return the correct result...
Median = CALCULATE(MEDIAN('Customer'[Achi %]),ALLSELECTED('Customer'))
If the above one can't help you, please provide some raw data in your table 'Customer' (exclude sensitive data) with Text format and your expected result with backend logic and special examples. It would be helpful to find out the solution. You can refer the following links to share the required info:
How to provide sample data in the Power BI Forum
And It is better if you can share a simplified pbix file. You can refer the following link to upload the file to the community. Thank you.
How to upload PBI in Community
Best Regards
Hello,
The Customer Achi% in my question is output of measure, hence i am not able to apply the above solution. Please advice
Regards
Prashanth
- Anonymous3 years agoNot applicable
Hi shantupm5 ,
Please update the formula of measure as below and check if it can return the correct result...
Median = MEDIANX(ALLSELECTED('Customer'),[Achi %])If the above one can't help you, please provide more raw data in your table 'Customer' (exclude sensitive data) with Text format and your expected result with backend logic and special examples. It would be helpful to find out the solution. You can refer the following links to share the required info:
How to provide sample data in the Power BI Forum
And It is better if you can share a simplified pbix file. You can refer the following link to upload the file to the community. Thank you.
How to upload PBI in Community
Best Regards
- shantupm53 years ago
Helper III
Hello,
Its returning blank results 😞
Regards
Prashanth
- Anonymous3 years agoNot applicable
Hi shantupm5 ,
Could you please provide more raw data in your table 'Customer' (exclude sensitive data) with Text format, the formula of measure [Achi %] and your expected result with backend logic and special examples? It would be helpful to find out the solution. You can refer the following links to share the required info:
How to provide sample data in the Power BI Forum
And It is better if you can share a simplified pbix file. You can refer the following link to upload the file to the community. Thank you.
How to upload PBI in Community
Best Regards