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 September 15. Request your voucher.
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 |
---|---|
65 | |
62 | |
60 | |
53 | |
28 |
User | Count |
---|---|
181 | |
82 | |
67 | |
47 | |
44 |