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.
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] ) )