The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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 |
---|---|
74 | |
70 | |
39 | |
30 | |
28 |
User | Count |
---|---|
104 | |
95 | |
51 | |
48 | |
46 |