Forum Discussion
Anonymous
4 years agoNot applicable
Add percentiles using a calculated measure
Hello everyone, first time posting, I will do my best to make this post right : I am stuck right now on a rather complex report I was asked to maintain and update. The way the data model ...
Anonymous
4 years agoNot applicable
"Problem, the pre-built functions in power bi all use data that come from a column, and all I have is a calculated measure."
That's not true, of course. All functions that end in X (SUMX, AVERAGEX...) can calculate the required value using measures. They do iterate over some kind of a value in some kind of a column but this is totally normal and even desired since measures are always calculated against some member(s) in some column(s).