Forum Discussion
Dynamic filtering/column issue
- Anonymous6 years ago
Hi Anonymous ,
See if these help
https://community.powerbi.com/t5/Desktop/Dynamic-Quartiles/m-p/814004
https://sqldusty.com/2018/08/31/calculating-quartiles-with-dax-and-power-bi/
https://community.powerbi.com/t5/Desktop/quartile-ranking/td-p/560850
Regards,
Harsh Nathani
Sorry, I should have been clearer. Q1 and Q3 are quartile 1 and quartile 3, not quarter 1 and quarter 3. This is an attempt to identify "outliers" in exam results data, the only time variable is year.
So Q3 = percentile.inc([Average Mark], 0.75) for example.
I will re-edit original post for clarity.
Hi Anonymous ,
See if these help
https://community.powerbi.com/t5/Desktop/Dynamic-Quartiles/m-p/814004
https://sqldusty.com/2018/08/31/calculating-quartiles-with-dax-and-power-bi/
https://community.powerbi.com/t5/Desktop/quartile-ranking/td-p/560850
Regards,
Harsh Nathani
- Anonymous6 years agoNot applicable
Definitely, thanks very much