Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
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.