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.
Hello all,
I've a data model which has multiple entries in the column "CRM" for a specific employee (Screenshot below)
My need is, only the latest CRM (Highest CRM Number) should be displayed for an employee.
What DAX should be used to meet my requirement. I tried with the below DAX but its not displaying the correct (highest CRM) value.
Solved! Go to Solution.
Issue is resolved brother 🙂 The CRM column format was changed from TEXT to NUMBER, then it chose the largest value automatically using the same DAX
Issue is resolved brother 🙂 The CRM column format was changed from TEXT to NUMBER, then it chose the largest value automatically using the same DAX
for debugging try returning the maxValue variable. that will show whether it is retrieving the same value for everybody or a different value for different people and could help to indicate where the problem lies.
User | Count |
---|---|
86 | |
84 | |
36 | |
34 | |
34 |
User | Count |
---|---|
94 | |
79 | |
65 | |
55 | |
52 |