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 August 31st. Request your voucher.
I'm trying to populate a cell with the latest date. The issue is that some cells have multiple dates and that's throwing this error: "A table of multiple values was supplied where a single value was expected." Here's my formula:
Solved! Go to Solution.
Try this
SNE = CALCULATE ( MAX ( Event[ActivityDate] ), FILTER ( Event, Event[Account/Opp Id] = Opportunity[Id] ) )
Try this
SNE = CALCULATE ( MAX ( Event[ActivityDate] ), FILTER ( Event, Event[Account/Opp Id] = Opportunity[Id] ) )