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.
Hi everyone
I'm trying to find the latest date per customer using DAX but I'm hitting a problem. The example below shows the fields ContactID, Position, DateAdded, LatestDate
I'm using the following DAX fomula, and in this case I'd expect the final column to show 07/02/2023 (i.e. the latest DateAdded for the particular ContactID).
I don't think we're getting the full information here. e.g. why is there a LatestDate and a Max_Date?
Can you put a small sample pbix together and post a link here please?