Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
I have a table with an attribute ‘A’ for a given day with numerical data. I have calculated its value for the previous day – measure ‘B’ using the DATEADD function. The delta between A AND B has been calculated (with the signs). The absolute value of the delta has been computed. I need to get the top 5 values of attribute ‘c’ based on absolute delta(it’s magnitude) . However, there should never be a case where all of the 5 values have a positive change (or a negative change).If the top 4 values are positive then the fifth has to be negative and vice-versa. Note: Measures B, and delta change dynamically with the date slicer.
Sounds like a measure based upon TOPN but not sure about the all positive or negative aspect of it. Would have to think about that.
| User | Count |
|---|---|
| 54 | |
| 37 | |
| 27 | |
| 17 | |
| 16 |
| User | Count |
|---|---|
| 69 | |
| 56 | |
| 38 | |
| 21 | |
| 21 |