The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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.